bigjson icon indicating copy to clipboard operation
bigjson copied to clipboard

got <bigjson.obj.Object instance at 0x11bee2638>

Open maxashley opened this issue 5 years ago • 3 comments

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

maxashley avatar Sep 23 '19 15:09 maxashley

I'm having the same issue. Could you explain this line.
Thank you Monica

MAR1210 avatar Oct 23 '19 11:10 MAR1210

Can you provide any more info, for example more code what are you trying to do

henu avatar Nov 07 '19 17:11 henu

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.

varliali avatar Mar 13 '20 11:03 varliali