Do not install debug libraries on our own
[platform/framework/native/json.git] / inc / FWebJson.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                        FWebJson.h
20  * @brief                       This is the header file for the %Json namespace.
21  *
22  * This header file contains the introduction of the %Json namespace.
23  */
24 #ifndef _FWEB_JSON_H_
25 #define _FWEB_JSON_H_
26
27 #include <FWebJsonJsonArray.h>
28 #include <FWebJsonJsonBool.h>
29 #include <FWebJsonJsonNull.h>
30 #include <FWebJsonJsonNumber.h>
31 #include <FWebJsonJsonObject.h>
32 #include <FWebJsonJsonParser.h>
33 #include <FWebJsonJsonString.h>
34 #include <FWebJsonJsonWriter.h>
35
36 /**
37  * @namespace   Tizen::Web::Json
38  * @brief               This namespace contains interfaces to manipulate the JSON documents.
39  * @since                               2.0
40  *
41  * @remarks     @b Header @b %file: @b \#include @b <FWebJson.h> @n
42  *                              @b Library : @b osp-web
43  *
44  * The %Json namespace contains interfaces to manipulate the JSON documents.
45  * 
46  * For more information on the %Json namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/web/json_namespace.htm">JSON Guide</a>.
47  *
48  * The following diagram illustrates the relationships between the classes belonging to the %Json namespace. 
49  *
50  * @image       html web_json_classdiagram.png
51  *
52  */
53 namespace Tizen { namespace Web { namespace Json
54 {
55
56 }}} // Tizen::Web::Json
57 #endif // _FWEB_JSON_H_