Package com.github.nedelis.jc4j.jsonvalue
package com.github.nedelis.jc4j.jsonvalue
-
ClassDescriptionIJSONValueType<RT>This interface represents any convertible json valueThis class is used to wrap a json value; After wrapping a json value you can call
JSONValue.toJavaValue(Object)which will return you converted JSONValueThis class allows you to convert any value from a json to a java value; You also can register your own java value types by usingJSONValueType.register(String, IJSONValueType)