|
" Let's say I begin creating a JSON object... Then I decide I don't need
the object..
yajl_genOpen(*OFF);
yajl_beginObj();
yajl_endOBJ();
How do I best clean up so that the same pgm can create a new object??
Does yajl_genClose() do that for me?
Or do I need to do a yajl_gen_clear()?
Evidently when I upgraded, I didn't carry over my examples. "
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.