data format

API testing

API testing – JSON data format and XML data format

As introduced in previous articles, the data format in the API usually uses two main types: JSON (JavaScript Object Notation) and XML (Extensible Markup Language). Today, I will talk more about each type of format. JSON Nowadays, JSON data format is used a lot in Restful API. It is built from Javascript, which is widely […]