fastgron icon indicating copy to clipboard operation
fastgron copied to clipboard

YAML support (terminate called after throwing an instance of 'simdjson::simdjson_error')

Open chs-bnet opened this issue 2 years ago • 1 comments

Using fastgron 0.6.3 on a fairly typical yaml file I'm getting this error:

terminate called after throwing an instance of 'simdjson::simdjson_error'
  what():  SCALAR_DOCUMENT_AS_VALUE: A JSON document made of a scalar (number, Boolean, null or string) is treated as a value. Use get_bool(), get_double(), etc. on the document instead. 
Aborted (core dumped)

I've gone ahead and built 0.6.4 and tried but am still getting the same error.

Edit: Tested with and without -s stream mode option. Same results.

chs-bnet avatar Aug 16 '23 15:08 chs-bnet

YAML is not yet supported, but I welcome contributions

adamritter avatar Dec 02 '23 15:12 adamritter