aboutsummaryrefslogtreecommitdiff
path: root/ruby/rubygem-multi_json/README
diff options
context:
space:
mode:
authorJostein Berntsen <jbernts@broadpark.no>2017-10-02 17:46:47 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-10-02 17:46:47 +0100
commit62dbc97b706baf1adfafd5b9cbfe8e86f00de859 (patch)
tree575d78efaa0ebeaed4a39452191f677cfd8dbb38 /ruby/rubygem-multi_json/README
parent0cacedb8cfe7b0a42f85b94b12a9a48982352216 (diff)
ruby/rubygem-multi_json: Added (interface to multiple JSON libs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-multi_json/README')
-rw-r--r--ruby/rubygem-multi_json/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-multi_json/README b/ruby/rubygem-multi_json/README
new file mode 100644
index 0000000000..5ad89514c6
--- /dev/null
+++ b/ruby/rubygem-multi_json/README
@@ -0,0 +1,3 @@
+A common interface to multiple JSON libraries, including Oj, Yajl, the
+JSON gem (with C-extensions), the pure-Ruby JSON gem,
+NSJSONSerialization, gson.rb, JrJackson, and OkJson.