1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-28 22:53:03 +04:00
Files
json/examples/nlohmann_json_serialize_enum.output
T

4 lines
103 B
Plaintext

ns::TS_STOPPED -> "stopped", ns::Color::red -> "red"
"running" -> 1, "blue" -> 2
3.14 -> -1, 3.14 -> 3