T
T
tixonmavrin2019-04-09 22:27:59
Python
tixonmavrin, 2019-04-09 22:27:59

How to convert a string to a set?

Hello.
I have a json file like this:
{
{ "a" : { . . . }, "c": [ . . . ] },
{ . . . },
{ . . . },
. . .
{ . . . },
{ . . . }
}
But we can't do json.load() because it's a lot of dictionaries.
Is it possible to somehow break this file into pieces, which I will already process using json.load ()?
Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question