Tag: JSON


  • What is API in web?

    API (Application programming interface) as the name suggests is an interface or set of rules that defines how different part of the app can communicate with each other to perform different tasks. There are several types of APIs (Application Programming Interfaces) commonly used in web development. Here are a few examples: In web development, an…