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

outdated

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

0.1.5 #

  • After updates to the parser builder, changes were made to the parser builders so that the generated parsers better display errors in case of an unterminated string. Now there are two errors, one at the beginning of the string (new feature) and one at the end of the file

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