Uses of Interface
com.clumd.projects.javajson.api.JsonBuilder
Packages that use JsonBuilder
-
Uses of JsonBuilder in com.clumd.projects.javajson.api
Methods in com.clumd.projects.javajson.api that return JsonBuilderModifier and TypeMethodDescriptionJsonBuilder.addBoolean(String path, boolean value) Add a boolean to this JSON object.JsonBuilder.addBuilderBlock(String path, Json value) Use an existing, compiled piece of JSON, converted to a JsonBuilder, then assigned to the value at the path.JsonBuilder.addBuilderBlock(String path, JsonBuilder value) Add another JsonBuilder (representing an object) with partially filled values to this JSON object.Add a double to this JSON object.Add a long to this JSON object.Add a string to this JSON object.JsonBuilder.builder()Used to create an empty JSON shell.JsonBuilder.convertFromJSON(Json json) Break a full JSON object down into a builder representation of itself to be added to.JsonBuilder.mergeExistingObject(Json value) Use an existing, compiled JSON OBJECT, attempt to retain all information from the current builder, and all new information from the object to merge.Methods in com.clumd.projects.javajson.api with parameters of type JsonBuilderModifier and TypeMethodDescriptionJsonBuilder.addBuilderBlock(String path, JsonBuilder value) Add another JsonBuilder (representing an object) with partially filled values to this JSON object. -
Uses of JsonBuilder in com.clumd.projects.javajson.core
Classes in com.clumd.projects.javajson.core that implement JsonBuilderMethods in com.clumd.projects.javajson.core that return JsonBuilderModifier and TypeMethodDescriptionBasicJsonBuilder.addBoolean(String path, boolean value) BasicJsonBuilder.addBuilderBlock(String path, Json value) BasicJsonBuilder.addBuilderBlock(String path, JsonBuilder value) BasicJsonBuilder.convertFromJSON(Json json) BasicJsonBuilder.mergeExistingObject(Json objectToMerge) Methods in com.clumd.projects.javajson.core with parameters of type JsonBuilderModifier and TypeMethodDescriptionBasicJsonBuilder.addBuilderBlock(String path, JsonBuilder value)