X
X
Xveeder2018-01-27 10:02:53
JSON
Xveeder, 2018-01-27 10:02:53

Can you recommend a good guide to newtonsoft.json in Russian?

I'm interested in the noob friendly guide, because all I found in Russian is very short advice like: "Well, create a class in which we duplicate the structure of the json array and put the results into it."
I haven’t made friends with C# yet and, to put it mildly, I’m not used to this approach after php where this problem is solved using a regular array and the json_decode function.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2018-01-27
@GavriKos

So maybe you should learn C# first? Because seriously - "we create a class in which we duplicate the structure of the json array and put the results into it" - this is just the right instruction.
Well, as usual - there is no manual better than the official one:
https://www.newtonsoft.com/json/help/html/Introduc...
https://www.newtonsoft.com/json/help/html/Samples.htm
By the way, there are examples.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question