-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating json data #19
Comments
Can you give a more specific example? Do you mean like: Json::Value v;
v["x"] = 3;
// update
v["x"] = 4; |
for example I have this json file how to update the value SortAs from SGML to LMG for example, then rewrite the file |
I go to this issue because I got confused between ofxJSON and ofxJsonSettings... If I get it right, this is how you do it?
|
do you have any sample for updating json value?
The text was updated successfully, but these errors were encountered: