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 205923 - Provide JSON support
Summary: Provide JSON support
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 205870
  Show dependency tree
 
Reported: 2011-12-05 12:35 UTC by Petr Pisl
Modified: 2017-03-21 07:47 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2011-12-05 12:35:13 UTC
Because the JSON language use the same parser as JavaScript, we have to create new JSON support as well.
Comment 1 Petr Pisl 2017-03-21 07:47:44 UTC
Related to replacing Rhino, which was done a few years ago.