Skip to content

Releases: mitchhentges/json-compose

v1.0.3

24 Feb 19:50
Compare
Choose a tag to compare

Bugfix release

  • For the seven special characters (" \ backspace formfeed newline carriage-return tab), encode with backslash instead
    of the actual control character.
  • For all other control characters, throw exception, because they are illegal in JSON

v1.0.2

18 Nov 02:36
Compare
Choose a tag to compare

Documentation release

  • Add documentation to each public function

v1.0.1

19 Aug 03:08
Compare
Choose a tag to compare

Bugfix/Performance release

  • Improve performance by reusing same StringBuilder
  • Properly handles Long/Short/Byte/Float

v1.0.0

19 Aug 03:07
Compare
Choose a tag to compare

Initial release

  • Compose json list/map into string
  • Throw exception if unsupported object is provided. Supported classes are: Boolean, Integer, Double, String, Map, Collection