Class JsonLikeValue

java.lang.Object
ca.uhn.fhir.parser.json.JsonLikeValue
Direct Known Subclasses:
JsonLikeArray, JsonLikeObject

public abstract class JsonLikeValue extends Object
This is the generalization of anything that is a "value" element in a JSON structure. This could be a JSON object, a JSON array, a scalar value (number, string, boolean), or a null.