Tweak converters/libiconv version 1.14_8
[dports.git] / converters / p5-JSON-Tiny / pkg-descr
1 JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious
2 framework. It has been adapted as a single-source-file module of under 350 lines
3 of code and core-only dependencies.
4
5 Key features include relaxed JSON handling, transparent Unicode support, speed,
6 small memory footprint, and a minimal code base ideal for bundling or inlining.
7
8 Mojo::JSON was chosen as a model because it is robust, minimal, and well tested.
9 Mojo::JSON's tests were also adapted to a design free of non-core dependencies.
10
11 WWW: http://search.cpan.org/dist/JSON-Tiny/