-
Notifications
You must be signed in to change notification settings - Fork 59
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
[WIP] SpaceTimeStack export data into JSON format #114
[WIP] SpaceTimeStack export data into JSON format #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise looks good
Actually, another bug with ExaMiniMD:
Apparently something in how this string is quoted is breaking... all the joys of I/O libraries ;) |
FYI - JSON double quotation marks inside a string must be escaped with |
@nmhamster : are you still allowed to do technical work? :p |
Co-authored-by: David Poliakoff <david.poliakoff@gmail.com>
Fixed the double quote bug |
@pgrete