Interface IJsonLikeParser

All Superinterfaces:
IParser
All Known Implementing Classes:
JsonParser

public interface IJsonLikeParser extends IParser
An extension to the parser interface that is implemented by parsers that understand a generalized form of JSON data. This generalized form uses Map-like, List-like, and scalar elements to construct resources.

Thread safety: Parsers are not guaranteed to be thread safe. Create a new parser instance for every thread or every message being parsed/encoded.