From 9e757ec5c2bd045983fc347562b166e7ca011966 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 5 Sep 2022 00:15:17 +0100 Subject: removed dysfunctional opcode --- README.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f62d016..bb1f291 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3