Package | Description |
---|---|
com.alibaba.fastjson |
Modifier and Type | Method and Description |
---|---|
static JSONPath |
JSONPath.compile(String path) |
static JSONPath |
JSONPath.compile(String path,
boolean ignoreNullValue) |
Modifier and Type | Method and Description |
---|---|
Object |
JSONPath.FilterSegment.eval(JSONPath path,
Object rootObject,
Object currentObject) |
void |
JSONPath.FilterSegment.extract(JSONPath path,
DefaultJSONParser parser,
com.alibaba.fastjson.JSONPath.Context context) |
boolean |
JSONPath.FilterSegment.remove(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–2022 Alibaba Group. All rights reserved.