lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Generator only example #199

Open vonj opened 7 years ago

vonj commented 7 years ago

Could we please have a generator only example.

The current example for creating a JSON file is converting a JSON file...

I find that confusing. Could we have a small C program which creates a simple JSON file without reading in another?

IQYottabit commented 7 years ago

I agree with @vonj vonj, would be great to have a small example program which creates a simple JSON file, that would be great for the beginners.

slinkinone commented 4 years ago

See this PR.