$darkmode
json.cpp File Reference
#include <fable/json.hpp>
#include <string>
Include dependency graph for json.cpp:

Macros

#define PARSE_JSON_USE_EXCEPTIONS   true
 
#define PARSE_JSON_WITH_COMMENTS   true
 

Functions

std::string fable::to_string (JsonType)
 

Detailed Description

Function Documentation

◆ to_string()

std::string fable::to_string ( JsonType  type)

Return a string representation of a JSON type.

The returned string is one of the following values:

null
object
array
boolean
float
integer
unsigned
string
unknown