1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/json
2024-02-26 12:55:49 +02:00
..
JsonBonus.cpp Rename toJson to toString/toCompactString for consistency 2024-02-26 12:55:49 +02:00
JsonBonus.h Moved bonus parsing to a new file 2024-02-14 15:48:06 +02:00
JsonNode.cpp Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
JsonNode.h Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
JsonParser.cpp
JsonParser.h Replace custom class with string_view 2024-02-26 12:55:49 +02:00
JsonRandom.cpp Moved bonus parsing to a new file 2024-02-14 15:48:06 +02:00
JsonRandom.h Rename toJson to toString/toCompactString for consistency 2024-02-26 12:55:49 +02:00
JsonUtils.cpp Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
JsonUtils.h Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
JsonValidator.cpp Partially updated schema validation to draft v6 2024-02-26 12:55:49 +02:00
JsonValidator.h Partially updated schema validation to draft v6 2024-02-26 12:55:49 +02:00
JsonWriter.cpp Do not escape '/' when writing json 2024-02-26 12:55:49 +02:00
JsonWriter.h