java.lang.Object
com.github.wnameless.json.base.OrgJsonCore
- All Implemented Interfaces:
JsonCore<OrgJsonValue>
The org.json implementation of
JsonCore.- Author:
- Wei-Ming Wu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates aJsonValueCoreby given JSON string reader.Creates aJsonValueCoreby given JSON string.
-
Constructor Details
-
OrgJsonCore
public OrgJsonCore()
-
-
Method Details
-
parse
Description copied from interface:JsonCoreCreates aJsonValueCoreby given JSON string.- Specified by:
parsein interfaceJsonCore<OrgJsonValue>- Parameters:
json- any JSON string- Returns:
- a
JsonValueCore
-
parse
Description copied from interface:JsonCoreCreates aJsonValueCoreby given JSON string reader.- Specified by:
parsein interfaceJsonCore<OrgJsonValue>- Parameters:
jsonReader- any JSON string reader- Returns:
- a
JsonValueCore - Throws:
IOException- if error occurs during reading
-