JSON is acronym for JavaScript Object Notation.
JSON is a standardized format that is designed to transmit data objects in human-readable representation.
The following is a list of JSON forms:
- Object
- Array
- Value
- String
- Number
JSON Represents TPM REST API Data Objects
TPM REST API uses the following two JSON forms to represent data objects:
- JSON object form. TPM REST API uses JSON object form to represent regular complex data objects.
- JSON array form. TPM REST API uses JSON array form to represent a collection and an array of data objects.
Copyright © TIBCO Software Inc. All rights reserved.