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

Compare with Current View Page History

« Previous Version 2 Current »

11.12 XPRIM_JsonObject

An in-memory representation of a JSON object. This class inherits XPRIM_JsonElement methods and properties.

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

Methods

  • ParseFile

  • ParseString

  • SerializeToFile

  • SerializeAsString

  • GetObject

  • GetArray

  • GetString

  • GetNumber

  • GetBoolean

  • InsertElement

  • InsertString

  • InsertNumber

  • InsertBoolean

  • No labels