I think this library could have a module implementing the JSON-P spec.
Even though the API of JSON-P is more procedural, it is the standard in Java EE and the existing implementations seem very chaotic -- behind the spec's interfaces, they have no objects, literally playing with char[].
I think this library could have a module implementing the JSON-P spec.
Even though the API of JSON-P is more procedural, it is the standard in Java EE and the existing implementations seem very chaotic -- behind the spec's interfaces, they have no objects, literally playing with
char[].