Back to Seed Clases

ClutterJson


Classes

Interfaces

Structs

Unions

Enums

Struct ClutterJson.JsonNode

Import line: ClutterJson = imports.gi.ClutterJson;
GIR File: ClutterJson-1.0.gir
C documentation: ClutterJsonJsonNode
Struct : JsonNode
  Show / Hide Inherited methods, properties and signals
A generic container of JSON data types. The contents of the JsonNode structure are private and should only be accessed via the provided functions and never directly.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Scriptable
Method
parse_custom_node (Script script, Value value, String name, JsonNode node) : Boolean
Parses the passed JSON node.
ClutterJson.JsonArray
Method
add_element (JsonNode node) : none
Appends node inside array.
ClutterJson.JsonArray
Method
get_element (Number index_) : ClutterJson.JsonNode
Retrieves the JsonNode containing the value of the element at index_ inside a JsonArray.
ClutterJson.JsonArray
Method
dup_element (Number index_) : ClutterJson.JsonNode
Retrieves a copy of the JsonNode containing the value of the element at index_ inside a JsonArray
ClutterJson.JsonGenerator
Property
The root JsonNode to be used when constructing a JSON data stream.
ClutterJson.JsonGenerator
Method
set_root (JsonNode node) : none
Sets node as the root of the JSON data stream to be serialized by the JsonGenerator.
ClutterJson.JsonObject
Method
add_member (String member_name, JsonNode node) : none
Adds a member named member_name and containing node into a JsonObject.
ClutterJson.JsonObject
Method
set_member (String member_name, JsonNode node) : none
Sets node as the value of member_name inside object.
ClutterJson.JsonObject
Method
get_member (String member_name) : ClutterJson.JsonNode
Retrieves the JsonNode containing the value of member_name inside a JsonObject.
ClutterJson.JsonObject
Method
dup_member (String member_name) : ClutterJson.JsonNode
Retrieves a copy of the JsonNode containing the value of member_name inside a JsonObject
ClutterJson.JsonParser
Method
get_root () : ClutterJson.JsonNode
Retrieves the top level node from the parsed JSON stream.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:39 GMT+0800 (HKT)