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

Files at this revision

API Documentation at this revision

Comitter:
yoonghm
Date:
Mon Nov 17 16:09:04 2014 +0000
Parent:
1:70061827a9c8
Commit message:
Updated copyright information.

Changed in this revision

jsmn.cpp Show annotated file Show diff for this revision Revisions of this file
jsmn.h Show annotated file Show diff for this revision Revisions of this file
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
diff -r 70061827a9c8 -r 5167da2fcc4e jsmn.h
--- a/jsmn.h	Mon Nov 17 15:54:28 2014 +0000
+++ b/jsmn.h	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