Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisdair/jsmn-example
Sample code for using Serge Zaitsev's awesome jsmn JSON parsing library
https://github.com/alisdair/jsmn-example
Last synced: 14 days ago
JSON representation
Sample code for using Serge Zaitsev's awesome jsmn JSON parsing library
- Host: GitHub
- URL: https://github.com/alisdair/jsmn-example
- Owner: alisdair
- License: other
- Created: 2012-08-13T22:43:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T19:24:57.000Z (over 9 years ago)
- Last Synced: 2024-10-04T11:13:51.920Z (about 1 month ago)
- Language: C
- Homepage: http://alisdair.mcdiarmid.org/2012/08/14/jsmn-example.html
- Size: 182 KB
- Stars: 100
- Watchers: 17
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jsmn-example
Sample code using Serge Zaitsev's [awesome jsmn JSON parsing library][jsmn], supported by [the cURL project's libcurl][libcurl]. This program consumes Twitter's trending topics API, printing out the hashtag for each one.
I've written [some thoughts about these examples on my weblog](http://alisdair.mcdiarmid.org/2012/08/14/jsmn-example.html).
Like it? [Say thanks on Twitter](http://twitter.com/home/?status=Thanks @alisdair for making jsmn-example: https%3A%2F%2Fgithub.com%2Falisdair%2Fjsmn-example).
[jsmn]: https://bitbucket.org/zserge/jsmn/src
[libcurl]: http://curl.haxx.se/libcurl/