Oyranos  git-devel
Oyranos is a full featured Color Management System
Enumerations | Functions
oyjl.h File Reference

Oyjl API provides a platformindependent C interface for JSON I/O, conversion to and from XML + YAML, string helpers, file reading, testing and argument handling. More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "oyjl_version.h"
#include "oyjl_args_base.h"
#include "oyjl_io.h"
#include "oyjl_debug.h"
#include "oyjl_macros_compile.h"
#include "oyjl_string.h"
#include "oyjl_tree.h"
#include "oyjl_i18n.h"
#include "oyjl_args.h"

Enumerations

enum  oyjlOBJECT_e { ,
  oyjlOBJECT_OPTION = 1769433455, oyjlOBJECT_OPTION_GROUP = 1735879023, oyjlOBJECT_OPTIONS = 1937205615, oyjlOBJECT_UI_HEADER_SECTION = 1936222575,
  oyjlOBJECT_UI = 1769302383, oyjlOBJECT_TR = 1920231791, oyjlOBJECT_JSON = 1397385583
}
 Types of known objects. More...
 

Functions

const char * oyjlVersionName (int vtype)
 give the compiled in library version More...
 
void oyjlLibRelease ()
 Reset and free all resources. More...
 

Detailed Description

Oyjl API provides a platformindependent C interface for JSON I/O, conversion to and from XML + YAML, string helpers, file reading, testing and argument handling.

oyjl - Basic helper C API's

Copyright:
2010-2023 (C) Kai-Uwe Behrmann
Author
Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
License:
MIT http://www.opensource.org/licenses/mit-license.php
Since
2010/09/15