bigjson
bigjson copied to clipboard
got <bigjson.obj.Object instance at 0x11bee2638>
when i run ' element = j[4]' , it return 'TypeError: Key must be string!';; then i check the result of j, it return '<bigjson.obj.Object instance at 0x11bee2638>';;
may i have a look at your data, please
I'm having the same issue. Could you explain this line.
Thank you
Monica
Can you provide any more info, for example more code what are you trying to do
when i run ' element = j[4]' , it return 'TypeError: Key must be string!';; then i check the result of j, it return '<bigjson.obj.Object instance at 0x11bee2638>';;
may i have a look at your data, please
Please check wether your JSON file is valid. e.g.
[
{"name": "ali", age: 20},
{"name": "ahmet", age:17}
]
I see some datasets which omit the brackets.