diff options
author | Richard <q@1bpm.net> | 2022-09-05 00:15:17 +0100 |
---|---|---|
committer | Richard <q@1bpm.net> | 2022-09-05 00:15:17 +0100 |
commit | 9e757ec5c2bd045983fc347562b166e7ca011966 (patch) | |
tree | 381a86041790bfa7bb366e74bc9c70d6e834ec2d /README.md | |
parent | 16ec769fd0246ec446ad13903c1701d5becb545e (diff) | |
download | csound-json-9e757ec5c2bd045983fc347562b166e7ca011966.tar.gz csound-json-9e757ec5c2bd045983fc347562b166e7ca011966.tar.bz2 csound-json-9e757ec5c2bd045983fc347562b166e7ca011966.zip |
removed dysfunctional opcode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -219,17 +219,6 @@ Perform a JSONPath query and obtain the resulting JSON object handle. * **Spath** JSONPath expression -### jsonpathrplval -Replace a value in a location specified by the JSONPath expression *Spath* - - jsonpathrplval iJson, Spath, ivalue - jsonpathrplval iJson, Spath, Svalue -* **iJson** JSON object handle to evaluate -* **Spath** JSONPath expression -* **ivalue** numeric value to replace target with -* **Svalue** string value to replace target with - - ### jsonpathrplvalk Replace a value in a location specified by the JSONPath expression *Spath* at k-rate. |