You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the objects returned are not copies... However, as with all JavaScript objects, if you are modifying a scalar value within an object (i.e., not an array or object), you will need the parent object and the property name to modify.
You can use resultType: 'all' with JSONPath Plus, to get the parent and parentProperty to reference the parent object and property you wish to modify.
Closing as that should answer the question, but feel free to comment further as needed.
AFAIK, we always use jsonpath for getting value from a json object, is that possible to set a value by jsonpath?
The text was updated successfully, but these errors were encountered: