Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-pmc] [CQ 3801] json.org java impl of json parser Version: 2008-09-18 (PB CQ3603)

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=3801


John Arthorne <john_arthorne@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john_arthorne@xxxxxxxxxx




--- Comment #2 from John Arthorne <john_arthorne@xxxxxxxxxx>  2010-02-17 11:53:56 ---
Tom, we already have a simple JSON parser in e4, written from scratch by e4
committers. See the class JSONUtil.java in org.eclipse.e4.languages.javascript.
It is just a simpler parser/unparser, but if this is just for use in an example
it might suit your requirements?  Let me know if this works for you - pulling
in another third party library just for an example is a lot of overhead so it
would be good to avoid it if we don't really need it.


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top