nice_json 1.1.1 copy "nice_json: ^1.1.1" to clipboard
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, like x.y.
    • Breaking: if you previously had an expansion key 'z', it would match z, x.z or x.y.z, but now it will not. Use '*.z' to match x.z and '**.z' to match all of the above.

1.0.0 #

  • Initial version.
2
likes
140
pub points
45%
popularity

Publisher

verified publisheralxbkr.xyz

A nice way to encode nice maps into nice-looking, human-readable json.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on nice_json