
Webservice::InterMine::Parser::JSON - parse rows of JSON results

One of the parsers used to intepret results sent from the webservice.

The following methods implement the Parser interface.
header_is_parsed.Process a parsed json data structure into either a perl structure (which is what it now is), or two different flavours of object.
If this method returns a false value, it indicates that the line parser should return the line as it was received.

Inflates the thing passed in, blessing hashes into Webservice::InterMine::ResultObjects, and recursing through their values, and iterating over arrays.