aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2022-09-05 00:18:44 +0100
committerRichard <q@1bpm.net>2022-09-05 00:18:44 +0100
commit6d01af96149b6a56c353e7876748b2ee9bcd6762 (patch)
treecb7ce4cf0ed1cadf639c7cd2abb64aedc7824c1b
parent9e757ec5c2bd045983fc347562b166e7ca011966 (diff)
downloadcsound-json-6d01af96149b6a56c353e7876748b2ee9bcd6762.tar.gz
csound-json-6d01af96149b6a56c353e7876748b2ee9bcd6762.tar.bz2
csound-json-6d01af96149b6a56c353e7876748b2ee9bcd6762.zip
altered documentationv1.0
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index bb1f291..4780e09 100644
--- a/README.md
+++ b/README.md
@@ -219,24 +219,26 @@ Perform a JSONPath query and obtain the resulting JSON object handle.
* **Spath** JSONPath expression
-### jsonpathrplvalk
-Replace a value in a location specified by the JSONPath expression *Spath* at k-rate.
+### jsonpathrplval
+Replace a value in a location specified by the JSONPath expression *Spath*
- jsonpathrplvalk iJson, Spath, kvalue
- jsonpathrplvalk iJson, Spath, Svalue
+ jsonpathrplval iJson, Spath, ivalue
+ jsonpathrplval iJson, Spath, Svalue
* **iJson** JSON object handle to evaluate
* **Spath** JSONPath expression
-* **kvalue** numeric value to replace target with
+* **ivalue** numeric value to replace target with
* **Svalue** string value to replace target with
-### jsonpathrpl
-Replace a JSON object specified by the JSONPath expression *Spath*
+### jsonpathrplvalk
+Replace a value in a location specified by the JSONPath expression *Spath* at k-rate.
- jsonpathrpl iJson, Spath, iJsonNew
+ jsonpathrplvalk iJson, Spath, kvalue
+ jsonpathrplvalk iJson, Spath, Svalue
* **iJson** JSON object handle to evaluate
* **Spath** JSONPath expression
-* **iJsonNew** JSON object handle to replace target with
+* **kvalue** numeric value to replace target with
+* **Svalue** string value to replace target with
### jsonptr