[jbosstools-issues] [JBoss JIRA] (ERT-60) JSON Editor formatter is broken [EBZ#486524]

Gorkem Ercan (JIRA) issues at jboss.org
Wed Apr 20 16:27:00 EDT 2016


     [ https://issues.jboss.org/browse/ERT-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gorkem Ercan updated ERT-60:
----------------------------
    Story Points: 20


> JSON Editor formatter is broken [EBZ#486524]
> --------------------------------------------
>
>                 Key: ERT-60
>                 URL: https://issues.jboss.org/browse/ERT-60
>             Project: Eclipse Release Train
>          Issue Type: Task
>          Components: WTP Source Editing
>            Reporter: Max Rydahl Andersen
>              Labels: bzira, wst.json
>
> Open a JSON editor and do a source>format. 
> In my tests a simple JSON such as 
> {
> 	"test":123
> 	
> }
> has been formatted to 
> {
> 	"test":123
> 	
> }
> }
> and a more complex example
> {
> 	"test":123,
> 	"field2":"f",
> 	    "ignore": [
>         "examples",
>         "test",
>         "tools"
>     ]
> }
> ended up as
> {
> 	"test":123
> 	
> }"field2":"f"
> 	
> }"ignore":["examples","test","tools"]
> 	
> }
> }



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list