Can I get objects by name with libjson?
I have installed libjson. I am surprised there is no way to get values by object name. I will have to write my own functions or am I missing something?
Can I get objects by name with libjson?
I have installed libjson. I am surprised there is no way to get values by object name. I will have to write my own functions or am I missing something?
Copyright © 2021 Jogjafile Inc.
If you are using the C++ library, the JSONNode class overloads the [] operator.
Per the docs: