What is the JSON Parser and why it is used?
Answers
Answered by
0
JSON perser is a light weight data interchange format .It is easy for humans tobread and write and also it is easy for machines to parse and generate.
JSON is used for serializing and transmitting strutured data over a networj connection
JSON is used for serializing and transmitting strutured data over a networj connection
Answered by
67
Answer:
, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value).
Similar questions