Question

What is JSON Format?

  • 13 April 2022
  • 2 replies
  • 15 views

  1. Does the API support the JSON format defined in the Standard Setup document?

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @816 Henrietta 

Good question.

JSON stands for JavaScript Object Notation

JSON is a text format for storing and transporting data

JSON is "self-describing" and easy to understand

https://www.w3schools.com/js/js_json_intro.asp

Thanks Troy