json_query 0.1.1 copy "json_query: ^0.1.1" to clipboard
json_query: ^0.1.1 copied to clipboard

Extract and map fields from deeply nested JSON into Dart models without manual traversal.

0.1.1 #

  • No API changes. Applied dart format to the whole package (source was not format-clean in 0.1.0).

0.1.0 #

  • Initial release: JsonQuery with get, pick, pickList, map, mapList, and JsonQuery.compile.
  • Minimal path syntax: dot field access, [n] array index, [] wildcard.
  • JsonQuerySyntaxException for malformed paths, JsonQueryAccessException for unresolved required: true paths.
1
likes
160
points
83
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Extract and map fields from deeply nested JSON into Dart models without manual traversal.

Repository (GitHub)
View/report issues

Topics

#json #parsing #serialization #mapping

License

MIT (license)

More

Packages that depend on json_query