-
If i'm 100% sure that a string is in a valid format, how can I set the string as its internal JSON value? E.g x = "32" |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Apr 15, 2024
Replies: 1 comment
-
I am not entirely sure what you want to accomplish, but you can set a string with json x = "32"; |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not entirely sure what you want to accomplish, but you can set a string with
json x = "32";