INGOR
Public Member Functions | List of all members
ytJSON Class Reference

JSON parser. More...

Public Member Functions

ytKeyValuesytJSON_parse (FILE *fp)
 Parses JSON format data from file stream. More...
 
ytKeyValuesytJSON_parseStr (const char *str)
 Parses JSON format data from a string.
 

Detailed Description

JSON parser.

Member Function Documentation

◆ ytJSON_parse()

ytKeyValues * ytJSON_parse ( FILE *  fp)

Parses JSON format data from file stream.

An array is converted to an instance of ytArray. Any numerical value is converted to a double precision floating point value.


The documentation for this class was generated from the following file: