Uses of Class
net.sourceforge.javajson.JsonValue

Packages that use JsonValue
net.sourceforge.javajson   
 

Uses of JsonValue in net.sourceforge.javajson
 

Methods in net.sourceforge.javajson that return types with arguments of type JsonValue
 Iterator<JsonValue> JsonArray.iterator()
           
 

Methods in net.sourceforge.javajson with parameters of type JsonValue
 boolean JsonValue.isSimilar(JsonValue obj)
          Checks if the type of this value is similar to that of another value.