[
https://issues.apache.org/jira/browse/CONFIGURATION-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974637#comment-15974637
]
The Alchemist edited comment on CONFIGURATION-258 at 4/19/17 1:26 PM:
----------------------------------------------------------------------
@[~ebourg]: I can't find a {{JSONConfiguration}} in 2.x or trunk. Am I missing
something?
was (Author: the_alchemist):
@[~ebourg]: I can't find a {{JSONConfiguration}} in 2.x. Am I missing
something?
> 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.15#6346)