- If a element of map of a list is not JSON serializable it'll be ignore but the subsequence elements will be added to the resulting
Json
Json
andJsonPayload
equal operator override to handle comparison by instance or by value
ofType
,listOf
andmapOf
will wrap the element in aJson
when callingbuilder
instead of the raw value- When expecting a single type when raw value is heterogeneous list and maps, matching type element will remain and the rest will be discarded instead of returning empty list/map
Json
andJsonPayload
are json encodable, meaning they can be use withdarat:convert jsonEncode
- Fixed
JsonPayload
nested assignment
- Fixed
JsonPayload
nested assignment
.float
returns a value when actual value is an integer
- Initial version.