tizen 2.3.1 release
[external/libjson-glib.git] / doc / reference / tmpl / json-parser.sgml
1 <!-- ##### SECTION Title ##### -->
2 JsonParser
3
4 <!-- ##### SECTION Short_Description ##### -->
5
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12
13 <!-- ##### SECTION See_Also ##### -->
14 <para>
15
16 </para>
17
18
19 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### ENUM JsonParserError ##### -->
23 <para>
24
25 </para>
26
27 @JSON_PARSER_ERROR_PARSE: 
28 @JSON_PARSER_ERROR_UNKNOWN: 
29
30 <!-- ##### STRUCT JsonParser ##### -->
31 <para>
32
33 </para>
34
35
36 <!-- ##### SIGNAL JsonParser::array-element ##### -->
37 <para>
38
39 </para>
40
41 @jsonparser: the object which received the signal.
42 @arg1: 
43 @arg2: 
44
45 <!-- ##### SIGNAL JsonParser::array-end ##### -->
46 <para>
47
48 </para>
49
50 @jsonparser: the object which received the signal.
51 @arg1: 
52
53 <!-- ##### SIGNAL JsonParser::array-start ##### -->
54 <para>
55
56 </para>
57
58 @jsonparser: the object which received the signal.
59
60 <!-- ##### SIGNAL JsonParser::error ##### -->
61 <para>
62
63 </para>
64
65 @jsonparser: the object which received the signal.
66 @arg1: 
67
68 <!-- ##### SIGNAL JsonParser::object-end ##### -->
69 <para>
70
71 </para>
72
73 @jsonparser: the object which received the signal.
74 @arg1: 
75
76 <!-- ##### SIGNAL JsonParser::object-member ##### -->
77 <para>
78
79 </para>
80
81 @jsonparser: the object which received the signal.
82 @arg1: 
83 @arg2: 
84
85 <!-- ##### SIGNAL JsonParser::object-start ##### -->
86 <para>
87
88 </para>
89
90 @jsonparser: the object which received the signal.
91
92 <!-- ##### SIGNAL JsonParser::parse-end ##### -->
93 <para>
94
95 </para>
96
97 @jsonparser: the object which received the signal.
98
99 <!-- ##### SIGNAL JsonParser::parse-start ##### -->
100 <para>
101
102 </para>
103
104 @jsonparser: the object which received the signal.
105
106 <!-- ##### STRUCT JsonParserClass ##### -->
107 <para>
108
109 </para>
110
111 @parse_start: 
112 @object_start: 
113 @object_member: 
114 @object_end: 
115 @array_start: 
116 @array_element: 
117 @array_end: 
118 @parse_end: 
119 @error: 
120
121 <!-- ##### FUNCTION json_parser_new ##### -->
122 <para>
123
124 </para>
125
126 @Returns: 
127
128
129 <!-- ##### FUNCTION json_parser_load_from_file ##### -->
130 <para>
131
132 </para>
133
134 @parser: 
135 @filename: 
136 @error: 
137 @Returns: 
138
139
140 <!-- ##### FUNCTION json_parser_load_from_data ##### -->
141 <para>
142
143 </para>
144
145 @parser: 
146 @data: 
147 @length: 
148 @error: 
149 @Returns: 
150
151
152 <!-- ##### FUNCTION json_parser_get_root ##### -->
153 <para>
154
155 </para>
156
157 @parser: 
158 @Returns: 
159
160
161 <!-- ##### FUNCTION json_parser_get_current_line ##### -->
162 <para>
163
164 </para>
165
166 @parser: 
167 @Returns: 
168
169
170 <!-- ##### FUNCTION json_parser_get_current_pos ##### -->
171 <para>
172
173 </para>
174
175 @parser: 
176 @Returns: 
177
178
179 <!-- ##### FUNCTION json_parser_has_assignment ##### -->
180 <para>
181
182 </para>
183
184 @parser: 
185 @variable_name: 
186 @Returns: 
187
188