Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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