-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update saveJSON to return serialized data #140
Comments
I think you're right. We will look into that. |
Now, |
@hasanbalci seems to be working - thanks! One issue I'm running into is if I:
only the collapsed children appear correctly, not the "collapsed edges". The console displays an error saying:
which is caused by Pseudo code for reference:
Any ideas what could be happening here? |
So it never reached the master branch, right ? :D |
@Nicolas-PredictaLab We are currently working on a unified complexity management framework, so this one is not maintained. Sorry. |
Can we put an indication in the README that this library is not maintained, just so people know for when they start new projects to use use something else? |
Done |
Thank you! |
Currently the
saveJSON
returns nothing and always writes to file, however there are use cases where one would want the contents of whatsaveJSON
is writing, without actually writing it to a file (e.g. in order to pass the data to an API call).Could we have
saveJSON
:Alternatively, this could be surfaced via a new method?
The text was updated successfully, but these errors were encountered: