jx 1.0.4
jx: ^1.0.4 copied to clipboard
The dart jx parser. jx is a super-set of JSON that supports core JSON but adds many more powerful features, like comments, variables, functions and more.
1.0.4 #
April 26, 2023
- Add array assignment operators to ArrayType and ObjectType
- Fix exception that occurs in some situations when a function has no args
- Fix error with nested brackets and functions
1.0.3 #
April 25, 2023
- Avoid possible exceptions during number parsing
- Dart format all files
1.0.2 #
April 4, 2023
- Updated pubspec file with better description
1.0.1 #
April 4, 2023
- Refactored to remove recursive parsing. 30% performance improvement
- Named argument support for functions. E.g.
MyFunc('resource', index:2, source:'file');
1.0.0 #
- Initial version