A lightweight, pure-Dart toolkit for parsing JSON API responses with strict, descriptive error handling. No Flutter, no runtime dependencies.
Last release today
26 Aug 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
2 releases · first in 2026
Release timeline
2 releases since 2026Releases
- 1.1.026 Aug 2026
Release notes
Open source →ApiResponseParser.parseObject,parseList,parseObjectWithExtra, andparseListWithExtranow accept a raw JSON string asrawBody(e.g.response.bodystraight from an HTTP client), decoding it automatically — in addition to an already-decodedMap/List. An unparseable string throwsUnexpectedResponseException.JsonReadergainedgetEnumOrNullandgetListOrNull, completingOrNullcoverage for every field type. Every...OrNullgetter returnsnullboth when a key is missing entirely and when it's present with an explicitnullvalue, so fields the API only sometimes includes (e.g.passwordChangeRequired) read the same way either way.
- 1.0.05 Aug 2026