nice_json 1.1.1 nice_json: ^1.1.1 copied to clipboard
A nice way to encode nice maps into nice-looking, human-readable json.
1.1.1 #
- Enums will now be encoded with
Enum.name
.
1.1.0 #
- Nested expansion keys. Specify keys for
alwaysExpandKeys
in dot notation, likex.y
.- Breaking: if you previously had an expansion key
'z'
, it would matchz
,x.z
orx.y.z
, but now it will not. Use'*.z'
to matchx.z
and'**.z'
to match all of the above.
- Breaking: if you previously had an expansion key
1.0.0 #
- Initial version.