[BangPypers] JSON PARSER
Noufal Ibrahim KV
noufal at nibrahim.net.in
Fri Mar 21 12:36:14 CET 2014
On Fri, Mar 21 2014, lokesh bobby wrote:
> Hi Prashant,
>
> I have 2 concerns here
>
> 1. As I mentioned earlier, my file consists of more than 2 lac
> lines. So it is not possible to load that many number of lines inside
> json.loads(). We need to pass the file, which itself is a limitation
> as explained earlier.
>
> 2. It is not an ideal solution for me - creating a list of the values
> of duplicate keys, because my values are not just single word
> strings. They are again big dicts.
What exactly would you like to do? "Parse a json" is not specific
enough.
I understand the input data.
What kind of API would you like? What should be returned from it if I
give it the json file?
[...]
--
Cordially,
Noufal
http://nibrahim.net.in
More information about the BangPypers
mailing list