Class BaseJsonLikeValue

java.lang.Object
ca.uhn.fhir.parser.json.BaseJsonLikeValue
Direct Known Subclasses:
BaseJsonLikeArray, BaseJsonLikeObject

public abstract class BaseJsonLikeValue 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.