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
This way, it's easier for quick-and-dirty json indexing on files and
streams, without the need to parse them first.
String-parsing is not supported due to it being ambiguous:
- Is it a string to be parsed and then acted upon?
- Or is it a string that is erroneously indexed with wrong indices?
Closesatlas-engineer#15.
Example:
This way one has an ever shorter feedback loop when working with JSON files. Which is a priority (is it anymore?) of NJSON.
The text was updated successfully, but these errors were encountered: