java icon indicating copy to clipboard operation
java copied to clipboard

Reference implementation of the JSONx specification for the Java platform, including encoding, decoding, processing, validation, and binding.

Results 9 java issues
Sort by recently updated
recently updated
newest added

Provide a configuration parameter to specify whether "set" methods should return "this" instance (aka as a "builder"). Call this configuration parameter: `setBuilder`.

enhancement

Does JSONX supports generating length attributes for String definition while converting XSD to JSON Schema.

question

If a field is named `org`, the JVM considers anything that start with `org` as a reference to the field. However, `org` may also be desired to represent the root...

bug

Currently, the exception message reads something like: ``` The type binding "java.math.BigDecimal" in BigDecimal is not "encode" compatible with java.lang.String or java.lang.CharSequence ``` The subject type here is "BigDecimal", but...

enhancement

Have you explored Obfuscation of the JSON, in particular synchronized Obfuscation of JavaScript source code and Java source code. The Use-Case for Obfuscation is two fold; 1) Reducing the wire...

Does this support GWT / Java compiling to Javascript?

Great project! I was wondering if you would consider adding some sort of WADL support for this? It would go well with your JAX-RS story. Cheers, Bjorn

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Must ensure the type bindings of the members match each other.

enhancement