Uses of Class
weka.core.json.JSONNode
Packages that use JSONNode
-
Uses of JSONNode in weka.core.json
Methods in weka.core.json that return JSONNodeModifier and TypeMethodDescriptionAdds an array child to the object.JSONNode.addArrayElement(Object value) Adds an array element child to the array.Adds a "null" child to the object.JSONNode.addNullArrayElement()Adds a null array element child to the array.Adds an object child to the object.JSONNode.addObjectArrayElement()Add a key-value object child into the arrayJSONNode.addPrimitive(String name, Boolean value) Adds a key-value child to the object.JSONNode.addPrimitive(String name, Double value) Adds a key-value child to the object.JSONNode.addPrimitive(String name, Integer value) Adds a key-value child to the object.JSONNode.addPrimitive(String name, String value) Adds a key-value child to the object.Returns the child with the given name.Parser.getResult()Returns the JSON data structure.static JSONNodeReads the JSON object from the given reader.static JSONNodeTurns the Instances object into a JSON object.Methods in weka.core.json with parameters of type JSONNode