scenepic 1.1.0
3D Visualization Made Easy
|
#include <cstdint>
#include <iostream>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | scenepic::JsonValue |
Representation of a JSON value according to the specification at https://www.json.org/json-en.html. More... | |
Namespaces | |
namespace | scenepic |
Enumerations | |
enum class | scenepic::JsonType { scenepic::Object , scenepic::Array , scenepic::String , scenepic::Integer , scenepic::Double , scenepic::Boolean , scenepic::Null } |
Types of JsonValue objects. More... | |