JSON can convert a set of data represented in a program language object into a string, and then pass this string easily between networks or programs, and restore it to the data format supported by each programming language when needed. For example, in PHP, JSON can be restored to an array or a basic object. When using AJAX, if you need to use array to pass values, you need to use JSON to convert the array into a string
Link:aitoolsbar