OpenSiv3D  v0.6.5
C++20 framework for creative coding
JSON.hpp File Reference
#include "Common.hpp"
#include "Array.hpp"
#include "Optional.hpp"
#include "String.hpp"
#include "IReader.hpp"
#include "Blob.hpp"
#include "PredefinedYesNo.hpp"
#include "detail/JSONFwd.ipp"
#include "detail/JSON.ipp"

Classes

class  s3d::JSONIterator
 
class  s3d::JSONConstIterator
 
class  s3d::JSONIterationProxy
 
class  s3d::JSONArrayView
 
class  s3d::JSON
 JSON 形式のデータの読み書き More...
 
struct  s3d::JSONItem
 

Namespaces

 s3d
 

Enumerations

enum  s3d::JSONValueType : uint8 {
  s3d::JSONValueType::Empty, s3d::JSONValueType::Null, s3d::JSONValueType::Object, s3d::JSONValueType::Array,
  s3d::JSONValueType::String, s3d::JSONValueType::Number, s3d::JSONValueType::Bool
}