You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Zeba Ahmad (JIRA)" <ji...@apache.org> on 2016/05/03 07:29:12 UTC

[jira] [Commented] (CONFIGURATION-258) JSON configuration

    [ https://issues.apache.org/jira/browse/CONFIGURATION-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268137#comment-15268137 ] 

Zeba Ahmad commented on CONFIGURATION-258:
------------------------------------------

Hi Oliver, Emmanuel, what is the current status for json config file support on apache-commons-config? The commit shown here seems to be on the configuration2_experimental branch only. Any reason why it wasn't merged? Can we improve or contribute patch for this?

> JSON configuration
> ------------------
>
>                 Key: CONFIGURATION-258
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-258
>             Project: Commons Configuration
>          Issue Type: New Feature
>          Components: Format
>    Affects Versions: 1.3
>            Reporter: Antonio López-Cerón Vivo
>            Assignee: Emmanuel Bourg
>            Priority: Minor
>             Fix For: 2.x
>
>
> JSON  is a lightweight data-interchange format
> {code}
> {"menu": {
>   "id": "file",
>   "value": "File",
>   "popup": {
>     "menuitem": [
>       {"value": "New", "onclick": "CreateNewDoc()"},
>       {"value": "Open", "onclick": "OpenDoc()"},
>       {"value": "Close", "onclick": "CloseDoc()"}
>     ]
>   }
> }}
> {code}
> All references can be located at
> http://www.json.org/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)