Class NDJsonParser

java.lang.Object
ca.uhn.fhir.parser.BaseParser
ca.uhn.fhir.parser.NDJsonParser
All Implemented Interfaces:
IParser

public class NDJsonParser extends BaseParser
This class is the FHIR NDJSON parser/encoder. Users should not interact with this class directly, but should use FhirContext.newNDJsonParser() to get an instance.