Skip to content

JSONUtil 1.4

Choose a tag to compare

@billdavidson billdavidson released this 17 Oct 02:36
· 309 commits to trunk since this release

This release adds support for full customization of date string formats for both generation and parsing.

I have abandoned the attempt to make JSONConfig thread safe. It broke data structure loop detection through JSONAble's and the only way to fix it would be to change the JSONAble interface, which I don't want to do. It's complex enough as it is. Do not share JSONConfig objects between threads. They will break.

If you're using Java 7 or earlier, download the jars with your Java version number. Otherwise just get the regular jars that don't have a Java version in their name. They require a minimum of Java 8.

The binaries are also available at the Maven Central Repository