Dev Links |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Wed Aug 15, 2012 5:57 pm Post subject: |
|
|
http://zserge.bitbucket.org/jsmn.html
jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be easily integrated into resource-limited or embedded projects.
You can find more information about JSON format at json.org
Library sources are available at bitbucket.org/zserge/jsmn
--------------------------------------------------------------------------
2021 changes:
--------------------------------------------------------------------------
https://zserge.com/jsmn/
https://github.com/zserge/jsmn
Last edited by Ike on Mon Jun 21, 2021 6:32 am; edited 1 time in total |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Dec 10, 2015 10:06 pm Post subject: |
|
|
github.com - JSONKit by John Engelhart
"JSONKit uses Core Foundation internally, and it is assumed that
Core Foundation ≡ Foundation for every equivalent base type, i.e.
CFString ≡ NSString." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Wed Jan 25, 2017 9:26 pm Post subject: |
|
|
openexchangerates.org - Open Exchange Rates
"Open Exchange Rates provides a simple, lightweight and portable JSON API
with live and historical foreign exchange (forex) rates, via a simple and easy-
to-integrate API, in JSON format. Data are tracked and blended algorithmically
from multiple reliable sources, ensuring fair and unbiased consistency." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Tue Nov 07, 2017 9:36 pm Post subject: |
|
|
git - RestKit Mapping for different web services in different view controllers
"I am developing an iPad App. I have three different view controllers wherein
I call three different web services using RestKit and map them to core data
entity. I display the data in all view controllers by using NSFetchedResultsController." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sat Nov 11, 2017 8:14 pm Post subject: |
|
|
so - REST vs JSON-RPC?
"The fundamental problem with RPC is coupling. RPC clients become tightly
coupled to service implementation in several ways and it becomes very hard
to change service implementation without breaking clients." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Sun Nov 12, 2017 8:18 pm Post subject: |
|
|
codebeautify.org - CodeBeautify: JSON Viewer
"Welcome to the online JSON Viewer, JSON Formatter-Beautifier, JSON
Validator, JSON Parser, JSON Minifier at codebeautiy.org. JSON is a data
format that is gaining popularity and used extensively in many AJAX
powered Websites. Many websites which offer API's, which will return
data in JSON format. Often the JSON provided has whitespace compressed
to reduce the size of the data transferred. This site gives you a quick and
easy way to format the JSON so you can read it." |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Mon Dec 18, 2017 7:37 am Post subject: |
|
|
Debug APIs like a human, not a robot
Finally, a REST client you'll love
https://insomnia.rest
Powerful HTTP toolbelt, in one intuitive app
Free and open source on Mac, Windows, and Linux |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Thu Mar 25, 2021 10:32 pm Post subject: |
|
|
github.com - zserge/jsmn
"jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can
be easily integrated into resource-limited or embedded projects.
You can find more information about JSON format at json.org
Library sources are available at https://github.com/zserge/jsmn
The web page with some information about jsmn can be found here" |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Thu Jul 22, 2021 12:21 pm Post subject: |
|
|
r - Good json libraries?
"What C json libraries can you recommend?" |
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Mon Oct 31, 2022 3:07 pm Post subject: |
|
|
git - libjson
"A simple and minimal JSON parser and configuration manager for POSIX
compliant operating systems."
"Libjson is a small personal project, and more types will be supported in the
future. You can also contribute to the project if you're interested. For now,
the supported types are:
Integers
Floating point numbers
Strings
Booleans
JSON Objects" |
|
Back to top |
|
|
|