Do you speak JSON ?
JSON or Java Script Object Models ,it's a Data Representation Format used as intermediate between different language .
In more simple terms , when travel from a country A to a different country B that speaks another language how are you going to communicate ?
Well … you use English ! it’s a very known language so that you can use to talk to different people . JSON is our English here.😎
When using API you are communicating with two different language so you use JSON ! no matter which language you use you can integrate easily JSON ! That’s why JSON is commonly using in API .
Other commonly usage of JSON is with configurations since it’s lightweight and easy to read and write to !
No comments