public class BRulesJSON extends Object
Constructor and Description |
---|
BRulesJSON() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasJSONPath(String _json,
String _path)
Checks for the presence of a JSON path
|
static boolean |
isJSON(String _json)
Determines whether or not a String is valid JSON
|
public static boolean isJSON(String _json)
_json
- - candidate json stringCopyright © 2014. All rights reserved.