<!-- NOTE: THIS PROJECT IS NOT BEING ACTIVELY MAINTAINED. You can file a suggestion in case someone decides to work on it. However, any proposed syntax changes will most likely be required to first go through standardization for consistency with other jsonpath implementatioins. See https://github.com/JSONPath-Plus/JSONPath/issues/124 . --> ## Motivation Updating the passed JSON object ## Current behavior I don't think it exists ## Desired behavior `JSONPath({ path: '..', json: {}, newValue: 'new' });` should update the json object with the new value at the location specified by the path.