From cfea56aaa3d0ed410d09da1493b266af7db5e9c0 Mon Sep 17 00:00:00 2001 From: amirziai Date: Wed, 1 Feb 2017 00:17:37 -0800 Subject: [PATCH] Adding tags --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24616dd..4cf289c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# flatten +# flatten_json Flattens JSON objects in Python. ```flatten_json``` destroys the hierarchy in your object which can be useful if you want to force your objects into a table. ### Installation