aboutsummaryrefslogtreecommitdiff
path: root/python/anyjson/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/anyjson/README')
-rw-r--r--python/anyjson/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/anyjson/README b/python/anyjson/README
new file mode 100644
index 000000000000..6a6a28503558
--- /dev/null
+++ b/python/anyjson/README
@@ -0,0 +1,6 @@
+Convenience module to import the best available json serialize/deserializer installed
+
+Anyjson loads whichever is the fastest JSON module installed and provides a uniform
+API regardless of which JSON implementation is used.
+
+Originally part of carrot