do_genValue: received YAJL generator status 4 for type code 1

Discussions relating to the ScottKlement.com port of the open source YAJL JSON Reader/Generator. This includes the YAJL tool as well as the YAJLR4, YAJLGEN, YAJLINTO and YAJLDTAGEN add-ons from ScottKlement.com. http://www.scottklement.com/yajl/
Post Reply
imaxeman69
Posts: 23
Joined: Thu Mar 17, 2022 2:29 pm

do_genValue: received YAJL generator status 4 for type code 1

Post by imaxeman69 »

Getting this code when using yajl_addChar(). Not sure what may be happening.
imaxeman69
Posts: 23
Joined: Thu Mar 17, 2022 2:29 pm

Re: do_genValue: received YAJL generator status 4 for type code 1

Post by imaxeman69 »

Aaahhh. I didn't do a yajl_beginObj() after the yajl_genOpen(*on)
All good now.
Post Reply