Package org.json

Class JSONValue

java.lang.Object
org.json.LocationHolder
org.json.JSONValue

public class JSONValue
extends LocationHolder
  • Constructor Summary

    Constructors 
    Constructor Description
    JSONValue​(java.lang.Object value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getValue()  

    Methods inherited from class org.json.LocationHolder

    getLocation, setLocation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JSONValue

      public JSONValue​(java.lang.Object value)
  • Method Details

    • getValue

      public java.lang.Object getValue()