From 2d551a28983cb80ed152ba6a43b98e548e868f07 Mon Sep 17 00:00:00 2001 From: Adrian Kalbarczyk <adrian.kalbarczyk@gmail.com> Date: Mon, 15 Aug 2016 03:00:02 +0200 Subject: [PATCH] Adding ObjectPath ObjectPath is an advanced query language for JSON and Python's nested structures based on Lists and Dicts. It's used by thousands of Python programmers and helps scientists in understanding and transforming complex data. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f2b89c..cc6f692 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. * YAML * [PyYAML](http://pyyaml.org/) - YAML implementations for Python. +* JSON + * [ObjectPath](http://objectpath.org/) - The agile query language for JSON documents with an interactive shell. * CSV * [csvkit](https://github.com/wireservice/csvkit) - Utilities for converting to and working with CSV. * Archive -- GitLab