|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Lightweight JSON parser/serializer for DBNode trees. More...
#include <memory>#include <string>#include <cctype>#include <stdexcept>#include <algorithm>#include <stack>#include "DBNode.h"#include "IParser.h"#include "Logger.h"

Go to the source code of this file.
Classes | |
| class | JSONParser |
| JSON implementation of the IParser interface. More... | |
Lightweight JSON parser/serializer for DBNode trees.
JSONParser implements the IParser interface for a small, well-defined subset of JSON:
Parsed data is stored in the generic DBNode hierarchy, using:
Definition in file JsonParser.h.