Class JsonParser

java.lang.Object
ca.uhn.fhir.parser.BaseParser
ca.uhn.fhir.parser.JsonParser
All Implemented Interfaces:
IJsonLikeParser, IParser

public class JsonParser extends BaseParser implements IJsonLikeParser
This class is the FHIR JSON parser/encoder. Users should not interact with this class directly, but should use FhirContext.newJsonParser() to get an instance.