Sha256: 46e19c98eb68e531de90c5b94646ed062b11c809329e9c21e6b5b5092f52cda4

Contents?: true

Size: 1.32 KB

Versions: 44

Compression:

Stored size: 1.32 KB

Contents

/* json-utils.h - JSON utility API
 * 
 * This file is part of JSON-GLib
 * Copyright 2015  Emmanuele Bassi
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef __JSON_UTILS_H__
#define __JSON_UTILS_H__

#if !defined(__JSON_GLIB_INSIDE__) && !defined(JSON_COMPILATION)
#error "Only <json-glib/json-glib.h> can be included directly."
#endif

#include <json-glib/json-types.h>

G_BEGIN_DECLS

JSON_AVAILABLE_IN_1_2
JsonNode *      json_from_string        (const char  *str,
                                         GError     **error);
JSON_AVAILABLE_IN_1_2
char *          json_to_string          (JsonNode    *node,
                                         gboolean     pretty);

G_END_DECLS

#endif /* __JSON_UTILS_H__ */

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
clutter-3.2.9-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.9-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.8-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.8-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.7-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.7-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.6-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.6-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.5-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.5-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.4-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.4-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.3-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.3-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.2-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.2-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.1-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.1-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.0-x86-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h
clutter-3.2.0-x64-mingw32 vendor/local/include/json-glib-1.0/json-glib/json-utils.h