json/src/main/java/net/java/html/json/Models.java
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Thu, 07 Nov 2013 13:31:14 +0100 Conversion method from raw JSON object o @Model wrapper
Tue, 28 May 2013 15:38:34 +0200 Adding default constructor to model classes. In case one needs to bind model class to a specific context one can do so via Models.bind method
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Fri, 03 May 2013 10:27:06 +0200 A way to parse an input stream and create a JSON object
Fri, 03 May 2013 09:26:03 +0200 API for testing whether a class is model or not