Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
JSONParser.cxx File Reference
#include "JSONParser.h"
#include <sstream>
#include <nlohmann/json.hpp>
Include dependency graph for JSONParser.cxx:

Classes

class  TJSONTree::Node::Impl::BaseNode
 
class  TJSONTree::Node::ChildItImpl< Nd, NdType, json_it >
 
class  TJSONTree::Node::Impl
 
class  TJSONTree::Node::Impl::NodeRef
 

Typedefs

using const_json_iterator = nlohmann::basic_json<>::const_iterator
 
using json_iterator = nlohmann::basic_json<>::iterator
 

Typedef Documentation

◆ const_json_iterator

using const_json_iterator = nlohmann::basic_json<>::const_iterator

Definition at line 317 of file JSONParser.cxx.

◆ json_iterator

using json_iterator = nlohmann::basic_json<>::iterator

Definition at line 316 of file JSONParser.cxx.