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

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

fast_json #

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

Version: 0.1.2

Information #

Collection of JSON parsers.
All parsers are recursive parsers.
Currently contains the following parsers:

  • Classic parser. Slightly slower than Dart SDK but with better error reporting system
  • Event-based parser. A synchronous parser that does not store the results of the parsing, but instead invokes an event handler. Useful for reading data with filtering
2
likes
0
pub points
54%
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