JSON library for parser and serializer picojson is a header-file-only, JSON parser serializer in C . The original source code is available at https://github.com/kazuho/picojson

Dependents:   MotiV_ControlBox

Fork of picojson by mimil owns

Files at this revision

API Documentation at this revision

Comitter:
TimWoo
Date:
Sat Jan 10 15:35:31 2015 +0000
Parent:
1:2bb500b021e2
Commit message:
using namespace std to prevent compiler errors

Changed in this revision

picojson.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2bb500b021e2 -r fa0776ec0f86 picojson.h
--- a/picojson.h	Tue Sep 06 16:49:40 2011 +0000
+++ b/picojson.h	Sat Jan 10 15:35:31 2015 +0000
@@ -47,6 +47,8 @@
     #define SNPRINTF snprintf
 #endif
 
+using namespace std;
+
 namespace picojson {
   
   enum {