Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question