[
https://issues.apache.org/jira/browse/CONFIGURATION-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974689#comment-15974689
]
The Alchemist commented on CONFIGURATION-258:
---------------------------------------------
@[~ebourg]: Looks like it uses the now-defunct {{ConfigurationNode}}, which
was removed as part of CONFIGURATION-575.
I can:
* try to re-vive this custom parser
* just use the Nashorn javascript engine to parse JSON, which will work on the
(Oracle) VM 7 and above
* use jackson's JSON parser
Perhaps a {{commons-configuration2-jackson}} module would be useful if you
wanna go with that approach? Just let me know which one you want to use and
I'll code it up.
> 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
> 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)