json/src/main/java/net/java/html/json/Models.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Sat, 11 Jan 2014 07:57:44 +0100 Generic way to applyBindings
Fri, 10 Jan 2014 11:35:47 +0100 toRaw is a public API for accessing the raw object representing a Technology in a BrwsrCtx. In case of ko4j, this returns the JSON object with all the ko.observable properties, etc.
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
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