Hi there,

we currently use two libraries for JSON inside oak-core:

a) oak.commons.json

b) org.json.simple

In the RDB code, I currently use org.json.simple for parsing, and custom code for serialization (because it made a significant difference some tests).

I assume that I *should* be using oak.commons.json, but back when I looked at this ~12 months ago, it seemed to be specific to "JSOP", not necessarily supporting all of JSON.

Questions:

1) Is oak.commons.json supposed to support all of JSON?

2) If I switch the RDB code to use it, would it be ok to extend/tune it to meet my specific requirements (with respect to APIs), when needed?

Best regards, Julian

Reply via email to