Files
json/examples/nlohmann_json_serialize_enum.output
T
2023-03-08 12:43:29 +00:00

4 lines
103 B
Plaintext

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