TIBCO BusinessEvents®
Standard
JSON
JSON
.
parseJSON()
Signature
Object parseJSON(String jsonContent)
Domain
ACTION, CONDITION, BUI
Description
Parse the JSON content. If its a valid JSON, the API returns a parsed JsonNode Object, else throws a exception.
Parameters
Name
Type
Description
jsonContent
String
Json Content
Returns
Type
Description
Object
Parsed JSON Object