JSONSelect
JSONSelect copied to clipboard
CSS-like selectors for JSON
 What a fantastic little library! I'm converting a parser generator over to typescript that depends on this library, and thought this would be a fun little challenge that would...
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
hi @lloyd , this is an extension of #10 - replaces 3rd-party build dependencies with updated entries in npm `devDependencies` - updates `Makefile` to reference new location of `devDependencies` in...
I found the "unit" tests to be tremendously helpful while building [pyjsonselect](https://github.com/danvk/pyjsonselect). Most of them were broken. This PR doesn't fix all of them, but it does fix most: `parse_test.html`:...
`var bail = function() { throw 42; };` Makes debugging with "break on exception" unusable. Please workaround this somehow if possible.
Looks like an amazing piece of work. Has it been forked or continued elsewhere?
Hello lloyd, It seems thats jsonselect.org playground is down ;)
Iterating and manipulating object trees it's often useful to have a reference to the immediate parent.
This will help debian packages which take code directly from github