You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Anand Subramanian (JIRA)" <ji...@apache.org> on 2017/08/31 19:23:00 UTC

[jira] [Created] (METRON-1146) Add ability to parse JSON string into JSONObject for stellar

Anand Subramanian created METRON-1146:
-----------------------------------------

             Summary: Add ability to parse JSON string into JSONObject for stellar
                 Key: METRON-1146
                 URL: https://issues.apache.org/jira/browse/METRON-1146
             Project: Metron
          Issue Type: Bug
            Reporter: Anand Subramanian
            Assignee: Anand Subramanian


Use jackson to parse a given JSON string and return a JSONObject on the stellar. For example:

{code}
MAP_GET( 'bar', PARSE_JSON_STRING(  '{ "foo" : 1, "bar" : 2}' )
{code}

would give the output 2



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)