Class JsonValueParser

All Implemented Interfaces:
ElementParser

public class JsonValueParser extends ValueParser
Parses an arbitrary JSON value (which can be a subtree of any complexity) into a JSON string. That is, converts the parsed JSON tokens back into the original JSON text.