Package | Description |
---|---|
javax.json |
Provides an object model API to process JSON.
|
javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
jp.ac.tokushima_u.db.logistics.researchmap |
Provides classes and interfaces for handling researchmap Data.
|
jp.ac.tokushima_u.db.logistics.scopus |
Provides classes and interfaces for handling Scopus Data of Elsevier.
|
jp.researchmap |
Provides classes of researchmap data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonArray
JsonArray represents an immutable JSON array
(an ordered sequence of zero or more values). |
interface |
JsonNumber
An immutable JSON number value.
|
interface |
JsonObject
JsonObject class represents an immutable JSON object value
(an unordered collection of zero or more name/value pairs). |
interface |
JsonString
An immutable JSON string value.
|
interface |
JsonStructure
|
Modifier and Type | Field and Description |
---|---|
static JsonValue |
JsonValue.FALSE
JSON false value
|
static JsonValue |
JsonValue.NULL
JSON null value.
|
static JsonValue |
JsonValue.TRUE
JSON true value.
|
Modifier and Type | Method and Description |
---|---|
<T extends JsonValue> |
JsonArray.getValuesAs(Class<T> clazz)
Returns a list a view of the specified type for the array.
|
Modifier and Type | Method and Description |
---|---|
JsonArrayBuilder |
JsonArrayBuilder.add(JsonValue value)
Adds a value to the array.
|
JsonObjectBuilder |
JsonObjectBuilder.add(String name,
JsonValue value)
Adds a name/
JsonValue pair to the JSON object associated with
this object builder. |
Modifier and Type | Method and Description |
---|---|
JsonGenerator |
JsonGenerator.write(JsonValue value)
Writes the specified value as a JSON value within
the current array context.
|
JsonGenerator |
JsonGenerator.write(String name,
JsonValue value)
Writes a JSON name/value pair in the current object context.
|
Modifier and Type | Method and Description |
---|---|
JsonValue |
JSONUtility.JSONValue.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONObject.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONArray.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONText.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
Modifier and Type | Method and Description |
---|---|
void |
JSONUtility.JSONValue.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONObject.parse(JsonValue obj,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONArray.parse(JsonValue obj,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONText.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONObject.putValue(JsonValue value,
JSONUtility.JSONContext ctx,
JSONUtility.JSONPath path) |
Modifier and Type | Method and Description |
---|---|
JsonValue |
RMJson.RM_Boolean.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Display.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Object.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Long.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
Modifier and Type | Method and Description |
---|---|
void |
RMJson.RM_Boolean.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
RMJson.RM_Long.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
Modifier and Type | Method and Description |
---|---|
(package private) static ArticleMetrics.CitationBenchmark |
ArticleMetrics.CitationBenchmark.parse(JsonValue obj2,
PrintWriter err) |
Modifier and Type | Method and Description |
---|---|
JsonValue |
Researchmap_definition.RM_MajorAchievement.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
Modifier and Type | Method and Description |
---|---|
static CharSequence |
RMapAPI.createRMJsonValueForRegister(JsonObject prefix,
String clause,
JsonValue value,
JsonObject postfix,
JSONUtility.JSONContext ctx) |
Constructor and Description |
---|
Token(JsonValue obj,
JSONUtility.JSONContext ctx,
String rScope) |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025