aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-JSON-Tiny/pkg-descr
blob: 40d2ec22ac1d3268f20bb72aba8baa07a5cefba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious
framework. It has been adapted as a single-source-file module of under 350 lines
of code and core-only dependencies.

Key features include relaxed JSON handling, transparent Unicode support, speed,
small memory footprint, and a minimal code base ideal for bundling or inlining.

Mojo::JSON was chosen as a model because it is robust, minimal, and well tested.
Mojo::JSON's tests were also adapted to a design free of non-core dependencies.