JSON converter that Does What I Want
Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.
This means that any piece of data in Perl (assuming it's valid unicode) will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-JSON-DWIW
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-JSON-DWIW && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
JSON-DWIW-0.47.tar.gz | 0000445599 435 KB | |
_link | 0000000149 149 Bytes | |
perl-JSON-DWIW.changes | 0000000775 775 Bytes | |
perl-JSON-DWIW.spec | 0000002401 2.34 KB |
Comments 0