[
https://issues.apache.org/jira/browse/METRON-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Casey Stella updated METRON-434:
--------------------------------
Fix Version/s: 0.2.1BETA
> JSON Parser
> -----------
>
> Key: METRON-434
> URL: https://issues.apache.org/jira/browse/METRON-434
> Project: Metron
> Issue Type: New Feature
> Affects Versions: 0.2.1BETA
> Reporter: Casey Stella
> Assignee: Casey Stella
> Fix For: 0.2.1BETA
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Create a parser which will take a JSON map in.
> Inner maps should be handled pluggably by:
> * doing nothing
> * unfolding maps (e.g. `{ "foo" : { "bar" : 7 } }` is transformed into
> `{"foo.bar" : 7 }`
> * Throwing an exception
> * Dropping the inner map.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)