C-based memory friendly JSON parser based on Serge Zaitsev's JSMN (https://bitbucket.org/zserge/jsmn/wiki/Home)

Dependents:   _library_jsmn _library_jsmn _library_jsmn

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://bitbucket.org/zserge/jsmn

The web page with some information about jsmn can be found at http://zserge.com/jsmn.html

Revision:
2:5167da2fcc4e
Parent:
1:70061827a9c8
diff -r 70061827a9c8 -r 5167da2fcc4e jsmn.cpp
--- a/jsmn.cpp	Mon Nov 17 15:54:28 2014 +0000
+++ b/jsmn.cpp	Mon Nov 17 16:09:04 2014 +0000
@@ -2,6 +2,7 @@
  * Based on Serge Zaitsev's JSMN https://bitbucket.org/zserge/jsmn/wiki/Home
  * JSMN is distributed under MIT license.
  *
+ * Copyright (c) 2010 Serge A. Zaitsev
  * Copyright (c) 2014 YoongHM
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy