Computer Science, asked by nichu7297, 10 months ago

Which term is commonly used to refer to converting data to json?

Answers

Answered by nidaeamann
0

Answer:

Parsing

Explanation:

JSON stands for JavaScript Object Notation and it is a open standard format that can be used by humans to transmit data. It is a common format with several applications.

Parsing JSON means interpreting this data written in any known language. In this process of parsing, each data object is converted to JSON object according to the specifications mentioned for the JSON conversion

Answered by tiger009
0

Converting data to JSON

Explanation:

Serialization is typically used to transform data into JSON.

JSON is a format where elements are stored in a string.

  • Serialization means converting an element into that string.
  • The information is supposed to be binary strings when sending data or maintaining it in a file.

So, that's why the following answer is correct about the scenario.

Learn More:

brainly.in/question/6293945

Similar questions