fast_json 0.1.4 copy "fast_json: ^0.1.4" to clipboard
fast_json: ^0.1.4 copied to clipboard

outdated

Collection of JSON parsers. Classic parser, event-based parser. Pretty quick parsing.

0.1.4 #

  • Added an example of how to terminate selection without waiting for parsing to the end of the entire file

0.1.3 #

  • Implemented and tested parser-selector
  • Breaking change. The class JsonEvent has been renamed to JsonHandlerEvent. This is done to be symmetrical with the new JsonSelectorEvent class

0.1.2 #

  • Changes have been made to the build_fast_json_handler.dart parser builder so that unused variables are not generated

0.1.1 #

  • Changes have been made to the example script example/example.dart. It now correctly discards any data other than those that match the criteria. Data that does not meet the criteria is not added to the result array

0.1.0 #

  • Initial release
2
likes
0
pub points
41%
popularity

Publisher

unverified uploader

Collection of JSON parsers. Classic parser, event-based parser. Pretty quick parsing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

source_span, tuple

More

Packages that depend on fast_json