{

    "key1":{

        "key2":"someting"

    }

}


if root is jsonObject, what I want is like this :

*jsonObject["key1"].toObject().value("key2") = "somteting2"*


but now , *toObect()* just return a copy of key1, so you can't change
key2 directly
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to