jsontool 1.1.1 jsontool: ^1.1.1 copied to clipboard
Low-level tools for working with JSON without creating intermediate objects.
1.1.1 #
- Populate the pubspec's
repository
field. - Use
package:lints
for linting.
1.1.0 #
- Null safe.
- Adds
JsonWriter
for JSON sinks which generate JSON-like structures. Allows injecting "source" (of a matching format) directly into the structure. - Adds
JsonProcessor
. Like aJsonSink
but gets theJsonReader
so it can process the values itself instead of getting the processed value. - Adds
JsonReader.hasNextKey
and some methods onStringSlice
.
1.0.1 #
- Add CHANGELOG.md.
1.0.0 #
- Initial Release