[
https://issues.apache.org/jira/browse/METAMODEL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909845#comment-13909845
]
Henry Saputra commented on METAMODEL-38:
----------------------------------------
I think this JIRA is to create new store supporting JSON data that could read
from some JSON schema file. This schema, like AVRO or protobuffer definition
file, could be use by the store to query the data via linear search or some in
memory indexing.
> support the json file format
> ----------------------------
>
> Key: METAMODEL-38
> URL: https://issues.apache.org/jira/browse/METAMODEL-38
> Project: Metamodel
> Issue Type: Improvement
> Reporter: Joao Boto
>
> Could we support the json file format..
> Json is not unlike xml which is already supported however is a much condensed
> form, and it is being used as the preferred method of exchange for many API
> one example:
> {
> "name":{
> "first":"Joe",
> "last":"Sixpack"
> },
> "gender":"MALE",
> "verified":false,
> "userImage":"Rm9vYmFyIQ=="
> }
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)