You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there guides or standards on "best JSON practices" you folks are following or can recommend?
The best I've come up with so far is the Google JSON style guide, which, although not exactly describing what we're doing, still has a lot of good ideas and practices: https://google.github.io/styleguide/jsoncstyleguide.xml
For text-based transmission, molecules should be stored as JSON.
In binary files (e.g., HDF5), molecules should be stored in an identical data structure that can be converted directly to JSON.
The text was updated successfully, but these errors were encountered: