You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2007/04/13 21:33:15 UTC

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

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

Emmanuel Bourg commented on CONFIGURATION-258:
----------------------------------------------

The parser should be easy to write with JavaCC, but is JSON really used for configuration files ? I thought it was mainly an object serialization format used for AJAX applications.

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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org