S
S
someone-rassel2020-01-29 17:44:54
RESTful API
someone-rassel, 2020-01-29 17:44:54

Where can I find information on how to effectively store data on the client received (json) from the server?

Data comes from the server in which arrays and objects are nested into each other, and it is very difficult to manipulate this data on the client later. How to learn how to efficiently store and use data on the client so that access is simple and convenient? What can I read for this, or what can you advise me?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-01-29
@firedragon

Unwind structures. Almost all libraries allow you to immediately get an object from json. Here you can use it. And don't store my data on the client, just display simple views

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question