From 65f205429baeb3c03a0b3cfd83ce7cbb8b75392e Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 6 Oct 2014 19:04:49 -0400 Subject: [PATCH 1/2] Add link to fully-conformant Python implementation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1c28820..fff67d0 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

node.js: npm install JSONSelect

ruby: A gem by Simon Menke: https://github.com/fd/json_select

go: A go implementation by Adam Coddington -

python: A python port by Matthew Hooker +

python: pyjsonselect (fully conformant) by Dan Vanderkam and jsonselect (level 2 conformant) by Matthew Hooker

couchdb: JSONSelect integration for couchdb by Ryan Ramage

php: A php implementation by @observu

From 0675b7192620ec492bdb687b1aa99edbb4d6fd26 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 6 Oct 2014 20:51:33 -0400 Subject: [PATCH 2/2] Replace jsonselect Python library The author [has indicated](https://github.com/mwhooker/jsonselect/issues/1#issuecomment-58121860) that he's no longer maintaining it. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fff67d0..86495cc 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

node.js: npm install JSONSelect

ruby: A gem by Simon Menke: https://github.com/fd/json_select

go: A go implementation by Adam Coddington -

python: pyjsonselect (fully conformant) by Dan Vanderkam and jsonselect (level 2 conformant) by Matthew Hooker +

python: pyjsonselect by Dan Vanderkam

couchdb: JSONSelect integration for couchdb by Ryan Ramage

php: A php implementation by @observu