![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
Oyjl parsing functions. More...
#include <stdarg.h>#include <stddef.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <errno.h>#include <assert.h>#include <unistd.h>#include "oyjl_version.h"#include <yajl/yajl_parse.h>#include <yajl/yajl_version.h>#include "oyjl.h"#include "oyjl_macros.h"#include "oyjl_tree_internal.h"Functions | |
| OYJL_API oyjl_val | oyjlTreeParse (const char *input, char *error_buffer, size_t error_buffer_size) |
| Parse a string. (libOyjl) More... | |
| oyjl_val | oyjlTreeGetNewValueFromArray (oyjl_val root, const char *name, oyjl_val *array_ret, int *pos_ret) |
| obtain a new node object possibly in array More... | |
| oyjl_val | oyjlTreeParse2 (const char *text, int flags, const char *error_name, int *status) |
| read a JSON, XML or YAML text string into a C data structure (libOyjl) More... | |
Oyjl parsing functions.
oyjl - Yajl tree extension
1.8.13