1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# json-smart-v2
== Changelog: ==
*V 2.2*
* rename asm to accessors-smart due to conflict name with asm.ow2.org lib.
* fix OSGI error
* add support for BigDecimal
* improve JSONObject.getAsNumber() helper
* add a Field Remaper
*V 2.1*
* net.minidev.json.mapper renamed to net.minidev.json.writer
* Add ACCEPT_TAILLING_SPACE Parssing Flag.
* Mapper classes now non static.
* Reader mapper are now available in net.minidev.json.reader.JsonReader class
* Writer mapper are now available in net.minidev.json.writer.JsonWriter class
*V 2.0*
* Fix Double Identification [http://code.google.com/p/json-smart/issues/detail?id=44 issue 44]
* Fix Collection Interface Serialisation
* Fix security Exception in ASM code
* Project moved to GitHub
* Fix [http://code.google.com/p/json-smart/issues/detail?id=42 issue 42]
*V 2.0-RC3*
* Add custom data binding inside the ASM layer.
* Add Date support
* Add \x escape sequence support [http://code.google.com/p/json-smart/issues/detail?id=39 issue 39]
* fix issue [http://code.google.com/p/json-smart/issues/detail?id=37 issue 37]
*V 2.0-RC2*
* Fix critical [http://code.google.com/p/json-smart/issues/detail?id=23 issue 23]
* Improve Javadoc in JSONStyle [http://code.google.com/p/json-smart/issues/detail?id=23 issue 24]
*V 2.0-RC1*
* speed improvement in POJO manipulation
* add JSONStyle.LT_COMPRESS predefined generate strct json, but ignoring / escapement.
|