11.14 XPRIM_RandomAccessJsonReader

A fast JSON parser with random access support.

Always use XPRIM_RandomAccessJsonReader to parse JSON strings (instead of XPRIM_JsonObject or XPRIM_JsonArray) as XPRIM_RandomAccessJsonReader is faster and uses less memory.

For more details and examples, have a look at at Working with JSON Data in the Web Services Guide.