Uses of Class
com.grack.nanojson.JsonObject
-
Uses of JsonObject in com.grack.nanojson
Methods in com.grack.nanojson that return JsonObjectModifier and TypeMethodDescriptionJsonArray.getObject(int key) Returns theJsonObjectat the given index, or null if it does not exist or is the wrong type.JsonArray.getObject(int key, JsonObject default_) Returns theJsonObjectat the given index, or the default if it does not exist or is the wrong type.Returns theJsonObjectat the given key, or null if it does not exist or is the wrong type.JsonObject.getObject(String key, JsonObject default_) Returns theJsonObjectat the given key, or the default if it does not exist or is the wrong type.Methods in com.grack.nanojson that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionstatic JsonBuilder<JsonObject> JsonObject.builder()Creates aJsonBuilderfor aJsonObject.JsonParser.object()Parses aJsonObjectfrom a source.Methods in com.grack.nanojson with parameters of type JsonObjectModifier and TypeMethodDescriptionJsonArray.getObject(int key, JsonObject default_) Returns theJsonObjectat the given index, or the default if it does not exist or is the wrong type.JsonObject.getObject(String key, JsonObject default_) Returns theJsonObjectat the given key, or the default if it does not exist or is the wrong type.