Class JSONPointer

java.lang.Object
kong.unirest.core.json.JSONPointer

public class JSONPointer extends Object
A Json Pointer query object following https://tools.ietf.org/html/rfc6901
  • Field Details

  • Constructor Details

    • JSONPointer

      private JSONPointer()
    • JSONPointer

      public JSONPointer(String query)
      a JSONPointer constructor
      Parameters:
      query - the pointer query
    • JSONPointer

      private JSONPointer(String section, JSONPointer nextNode)
  • Method Details