mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
This library is a generic swappable back-end for JSON handling.
|
|
|
|
Lots of Ruby libraries utilize JSON parsing in some form, and
|
|
everyone has their favorite JSON library. In order to best support
|
|
multiple JSON parsers and libraries, multi_json is a
|
|
general-purpose swappable JSON backend library.
|
|
|
|
WWW: https://github.com/intridea/multi_json
|