This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198896 - the formatting for javascript json simple array not worked.
Summary: the formatting for javascript json simple array not worked.
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: JSON (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-26 02:58 UTC by fortruth
Modified: 2013-06-08 06:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fortruth 2011-05-26 02:58:22 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_14
Runtime = Java HotSpot(TM) Client VM 14.0-b16

the formatting for javascript json simple array not worked.

such as  the string below, will not have structured reslut after exec the formatting

[["hello":"world","hello2":"world2"],["hello":"world","hello2":"world2"],["hello":"world","hello2":"world2"]]
Comment 1 Petr Pisl 2011-10-04 13:13:52 UTC
The formatter of js is week. Needs to be done a  lot of functionality. Marking as enhancement.
Comment 2 janicki 2013-06-08 06:20:34 UTC
Please consider upgrading this bug priority. Compared to Java source, JSON formatting rules are trivial.  It is disappointing that JSON is not better supported in NetBeans.  JSON is becoming a general skill requirement for Java developers, obviously for the web, but it also seems to be displacing XML for configuration files.