25 Commits (3d42a820037061bc1be6893c9dc57454f3f32b54)

Author SHA1 Message Date
Riyyi b574a79dfe Manager+Util: Change enum class type from int to uint8_t (4 -> 1 byte) 3 years ago
Riyyi 33df4bef39 Util+Test: Separate formatting and printing into different files 3 years ago
Riyyi 0e93009e4b Util: Update JSON user-defined literal type name 3 years ago
Riyyi 8345f67c50 Everywhere: Switch to #pragma once, add missing copyright headers 3 years ago
Riyyi deb9f29b47 Util+Test: Change namespace of JSON classes: Json -> Util::JSON 3 years ago
Riyyi 75034a2c5a Util: Implement Json::Value type customization for print formatting 3 years ago
Riyyi 4e6c5ca341 Util: Change Job m_input string -> string_view 3 years ago
Riyyi a92ac29d19 Util: Add parse(std::ifstream) function 3 years ago
Riyyi 3e69abdfa0 Util: Implement copy-and-swap idiom and the Rule of Five in Value 3 years ago
Riyyi 0841e49b46 Util: Add user-defined string literal for Json::Value 3 years ago
Riyyi d6cd90ae4a Util: Rename Json::Value m_value union variables 3 years ago
Riyyi b76223693b Util: Add Parser and Serializer to Value friends 3 years ago
Riyyi 74dd24a516 Util: Add flexible constructor toJson() to Json::Value 3 years ago
Riyyi 0c972f420c Util: Add get<T>() functionality with customization points to Value 3 years ago
Riyyi c5bbd7befd Util: Add exists() to Json::Value 3 years ago
Riyyi a209452a68 Util: Add Json::Value at() functions 3 years ago
Riyyi 0465d5802a Util: Add size() getter to Json::Value 3 years ago
Riyyi 4a7ed92519 Util: Add constructor Value(Type) 3 years ago
Riyyi 68bc95fdf1 Util: Implement new JSON Job class 3 years ago
Riyyi af678374bc Util: Add emplace() to Json::Value 3 years ago
Riyyi 8bfae9b483 Util: Add more ways of accessing and creating Json::Value objects 3 years ago
Riyyi 9f7fe81ef6 Util: Add parse() and dump() to Json::Value 3 years ago
Riyyi aad95de5fd Util: Add a JSON stringifier 3 years ago
Riyyi c385432bb0 Util: Add JSON accessors 3 years ago
Riyyi 0880d98fe0 Util: Add JSON Array/Object/Value types 3 years ago