|
|
|
@ -345,7 +345,7 @@ Set a value
|
|
|
|
|
The library offers the possibility to set a value. |
|
|
|
|
|
|
|
|
|
```java |
|
|
|
|
String newJson = parse(json).set("$['store']['book'][0]['author']", "Paul").jsonString(); |
|
|
|
|
String newJson = JsonPath.parse(json).set("$['store']['book'][0]['author']", "Paul").jsonString(); |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -478,4 +478,3 @@ CacheProvider.setCache(new Cache() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[](https://github.com/igrigorik/ga-beacon) |
|
|
|
|
|
|
|
|
|