Parse JSON when using a Java IO Server

When polling data, you might receive the result in a determined file format.
One of those file formats is JSON.

We created a parser that will help the developer extract information from an JSON result and make it easier to manipulate that information.

See the project:

JSON parser