-
Hi i have nlohmann::json object like below, i want get part of it, like based on key value, if key is 1 then BOLD is returned and if key is 2 Italic is returned, Please suggest, |
Beta Was this translation helpful? Give feedback.
Answered by
vinsha2k
Apr 22, 2025
Replies: 1 comment 1 reply
-
Can you share your code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nlohmann - i managed to get required output with above code, Thanks !!