nativeSubscribe to RSS - native

Native Application Dev Tip - Tutorial of JSON parser

1 Introduction

JSON (JavaScript Object Notation) is lightweight data-interchange format and easy to understand for developer and machine. This document provides the guideline for developer who wants to make a Tizen native application which works with JSON-GLIB library. And through sample code, it explain how to parse JSON tree which is loaded from file and from buffer.

Followings are the preconditions and environments of sample application