jx 1.0.5 copy "jx: ^1.0.5" to clipboard
jx: ^1.0.5 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.5 #

April 26, 2023

  • Fix potential infinite loop
  • Retain type on concatenating typed objects and arrays

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
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on jx