| Package | Description |
|---|---|
| com.alibaba.fastjson |
| Modifier and Type | Method and Description |
|---|---|
static JSONPath |
JSONPath.compile(String path) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JSONPath.FilterSegement.eval(JSONPath path,
Object rootObject,
Object currentObject) |
boolean |
JSONPath.removeArrayItem(JSONPath path,
Object currentObject,
int index) |
boolean |
JSONPath.setArrayItem(JSONPath path,
Object currentObject,
int index,
Object value) |
Copyright © 2012–2017 Alibaba Group. All rights reserved.