fast_json 0.1.2
fast_json: ^0.1.2 copied to clipboard
Collection of JSON parsers. Classic parser, event-based parser. Pretty quick parsing.
0.1.2 #
- Changes have been made to the
build_fast_json_handler.dartparser 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