Files
ports/devel/rubygem-multi_json/pkg-descr
Sunpoet Po-Chuan Hsieh d57642ba72 Update to 1.14.1
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/intridea/multi_json/blob/master/CHANGELOG.md
2019-12-28 07:37:38 +00:00

9 lines
370 B
Plaintext

MultiJSON is a generic swappable back-end for JSON handling.
Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
Instead of choosing a single JSON coder and forcing users of your library to be
stuck with it, you can use MultiJSON instead, which will simply choose the
fastest available JSON coder.
WWW: https://github.com/intridea/multi_json