Cthulhu  0.2.10
Cthulhu compiler collection
json.hpp File Reference
#include "json/json.h"
#include "std/map.h"
#include "base/panic.h"
#include <string_view>
Include dependency graph for json.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ctu::json::Object
 a json object value More...
 
class  ctu::json::Array
 a json array value More...
 
class  ctu::json::Json
 a json value a json node from a parsed json document More...
 
struct  ctu::json::member_t
 a member of a json object More...
 
class  ctu::json::ObjectIterator
 an iterator over the members of a json object More...
 
class  ctu::json::ArrayIterator
 an iterator over the values of a json array More...
 
class  ctu::json::JsonParser
 a json parser More...
 

Namespaces

 ctu
 
 ctu::json