json lib

Dependents:   grove_stream_jpa_sd2 grove_stream_jpa_sd2 grove_stream_jpa_sd2-2 grove_stream_jpa_sd2-3 ... more

Revision:
5:dd98cf00ed9b
Parent:
3:fab591fca1e7
Child:
8:43e1e35bb7ec
--- a/jsmn.h	Tue Aug 02 20:21:04 2016 +0000
+++ b/jsmn.h	Mon Aug 15 22:50:26 2016 +0000
@@ -1,3 +1,16 @@
+/* Author: Faheem Inayat
+ * Created by "Night Crue" Team @ TechShop San Jose, CA
+ *
+ * --- DISCLAIMER ---
+ * This code is a modified version of original JSMN lirary, written by
+ *    *** Serge A. Zaitsev ***
+ * and hosted at https://github.com/zserge/jsmn
+ * Any modification to the original source is not guaranteed to be included
+ * in this version.  As of writing of this file, the original source is 
+ * licensed under MIT License
+ * (http://www.opensource.org/licenses/mit-license.php).
+ */
+
 #ifndef __JSMN_H_
 #define __JSMN_H_
 
@@ -7,10 +20,10 @@
 extern "C"
 {
 #endif
-    /*
-     Modified version of standard jsmn lib ... added a type "JSMN_KEY" and enabled
-     parent-pointers and strict JSON check.
-     */
+/*
+  Modified version of original jsmn lib ... added a type "JSMN_KEY" and enabled
+  parent-pointers and strict JSON check.
+*/
     /**
      * JSON type identifier. Basic types are:
      *  o Object