Class JsonObject

java.lang.Object
se.liu.ida.hefquin.mappings.algebra.sources.json.JsonElement
se.liu.ida.hefquin.mappings.algebra.sources.json.JsonObject
All Implemented Interfaces:
DataObject

public class JsonObject extends JsonElement
  • Field Details

    • ctx

      protected final com.jayway.jsonpath.ReadContext ctx
  • Constructor Details

    • JsonObject

      public JsonObject(com.jayway.jsonpath.ReadContext ctx)
    • JsonObject

      public JsonObject(String jsonString) throws com.jayway.jsonpath.JsonPathException
      Throws:
      com.jayway.jsonpath.JsonPathException
  • Method Details

    • getReadContext

      public com.jayway.jsonpath.ReadContext getReadContext()