sidorares / json-bigint

JSON.parse/stringify with bigints support
MIT License
808 stars 192 forks source link

Not parse the array enclosed in the object #21

Closed semi87 closed 6 years ago

semi87 commented 6 years ago

{"AND": ["8", "8.3"] }

'SyntaxError', message: 'Unexpected \'}\'', at: 24, text: '{"AND": ["!8", "!8.3"] }'

I try parse json but I get a throw like Unexpected '}'.

sidorares commented 6 years ago

Can you post full self-contained example @semi87 ?

semi87 commented 6 years ago

@sidorares I'm sorry. I find my mistake. Thank you for your answer.