Package org.astonbitecode.j4rs.api
Interface JsonValue
- All Superinterfaces:
ObjectValue
- All Known Subinterfaces:
Instance<T>
- All Known Implementing Classes:
InvocationArg,JsonInvocationImpl,JsonValueImpl,NullJsonValueImpl
Representation for a json value
-
Method Summary
Methods inherited from interface org.astonbitecode.j4rs.api.ObjectValue
getObject, getObjectClass, getObjectClassName
-
Method Details
-
getJson
String getJson()Returns the json representation- Returns:
- The json representation
-