-
Hello, When receiving a json object, how can I check if the first element from de JSON is "pi" ? json j2 = {
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Nov 13, 2020
Replies: 1 comment 3 replies
-
This is not possible. The value 3.141 has no connection to its parent object. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ZyaCon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not possible. The value 3.141 has no connection to its parent object.