Computer Science, asked by prathmesh8947, 11 months ago

Functions added under native json is what?

Answers

Answered by shoaibahmad131
0

JSON, or JavaScript Functions added under native are known as Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML.


Answered by sajida3150
1

  JSON  Javascipt object Notation .JSon is a syntax for storing and exchanging dataJSON is text ,written with JavaScript object Notation .

when Exchanging data between a browser and server the data can only be text .JSON is text and we can convert any javascript objection JSON and send JSon to the server.

if you have data stored in JavaScript object you can convert the object into JSON and send it to server.

if you receive data in JSON format you can convert it into a JavaScript object






Similar questions