Class JSONValue

java.lang.Object
com.leastfixedpoint.json.JSONValue
All Implemented Interfaces:
JSONSerializable

public class JSONValue extends Object implements JSONSerializable
Helper class for concise traversal and construction of JSON values in the representation used by JSONReader and JSONWriter. In general, will throw JSONTypeError when the shape of a given blob of JSON doesn't match expectations.
  • Field Details

    • blob

      protected Object blob
  • Constructor Details

    • JSONValue

      protected JSONValue(Object blob)
  • Method Details