Tuesday, February 20, 2018

Simple JSON Query tool

Standard
Hello,

Often we find ourselves in the position to query JSON data on the fly, without having to write a full  blown application to fetch and query JSON.

I also faced the similar situation.
I searched on web for couple of existing solutions like Json Query but I needed some more flexibility like support for newer versions of the library, ability to save the code snippets etc.

I have created my own version of JSON query tool.

The code for the tool is available here.

I have hosted the same which can be accessed here.

Hope this helps someone.