JSON configuration
------------------
Key: CONFIGURATION-258
URL: https://issues.apache.org/jira/browse/CONFIGURATION-258
Project: Commons Configuration
Issue Type: Improvement
Environment:
« Hide
Operating System: All
Platform: All
Reporter: Antonio López-Cerón Vivo
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]