You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 Working with JSON Data in the Web Services Guide.

  • No labels