S
S
santimin2018-06-26 13:39:11
JSON
santimin, 2018-06-26 13:39:11

Serializing and Deserializing a JSON Document?

Can someone please help me serialize and deserialize the following JSON document from the link:
json-schema.org/examples.html

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ihor Bratukh, 2018-06-26
@BRAGA96

Serialization - JSON.stringify(object);
Deserialization - JSON.parse(object);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question