Many of our String data values are enclosed in square brackets. For key1, the data is [...] but the String value is converted into an array while converting to JSON. For key2, it is correctly ...
I want to both validate JSON and then use json-path for JPath queries. The validation is using json-schema which wants a JSONObject of the JSON to validate it. json-path wants a String or InputStream.