Results 17 comments of Matt Petrowsky

I don't know what the effort would be like to include it, but, yesterday was the first time I had spent a half day with the docs. Going through them...

Oh, and regarding your prototype suggestion **BE_JSONjq ( JSONstream { ; options } )** Since jq will operate on more than just JSON, even though it was designed for it,...

**"...jq can search the first version natively"**

Hey Nick, just getting around to testing things out. One thing I've found so far is using string based inputs from fields. I'm going through the examples one by one...

I'll have to download the next release. By going through all the examples and putting them into a sample database I'll have something you can offer for download. I've also...

I downloaded the latest and it has some issues. Use my sample file that I'm using to put the examples from the web site into. I've got more to go.....

Nick, that file via my dropbox link has all the examples as shown in the manual on the jq web site. I was using it for the purpose of learning...

Ok, couldn't leave it alone. Threw the code to call jq inside a shell into the db of examples. Here it is just for posterity. Probably not escaping all possible...

``` Let ( [ ~cmd = "echo '" & Substitute ( jq::input ; "'" ; "'\"'\"'" ) & "' | /usr/local/bin/jq " & jq::options & " " & "'" &...

Ok, now that I have the verified results from the system. Here's what I mean by the latest version having issues. There are results which are not passing. Just open...