언어 설정

Menu
Sites
Language
Is it not possible to user JsonBuilder?

I checked that the SDK 2.3 is able to compile JsonPaser

(I had seen https://developer.tizen.org/community/tip-tech/native-application-dev-tip-tutorial-json-parser)

However I couldn't use JsonBuilder and JsonGenerator, SDK does not identify the symbol type.

I have no idea why it supports only JsonParser, any idea?

 

 

Responses

2 댓글
Jeongsu Kim

the version of Json-Glib in Tizen 2.3 is 0.10.4

 

And it seems that JsonBuilder and JsonGenerator is supported from 0.12.
https://wiki.gnome.org/Projects/JsonGlib#line-125

 

Alex Dem

Hi,
fyi, in 2.4 SDK these APIs are available. Also in 2.4 there is online native sample (Tutorial Json-Glib) example where JsonGenerator is used.
Alexey.