aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-multi_json/pkg-descr
blob: 49d79e40d2bdbce8ede3ad74f9c087d0299dfa58 (plain) (blame)
1
2
3
4
5
6
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.