json lib

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

Revision:
6:c1d2153da4ed
Parent:
5:dd98cf00ed9b
Child:
7:8aa4d0e98eb0
--- a/Json.h	Mon Aug 15 22:50:26 2016 +0000
+++ b/Json.h	Mon Aug 15 22:52:37 2016 +0000
@@ -63,9 +63,9 @@
          small memory footprints, it is not allowed to be passed-by-value.  So
          there is no copy- or default-constructor
 
-         @param jsonString - char string containing JSON data
-         @param length - length of the jsonString
-         @param maxTokens - optional maximum count of Tokens. Default is 32.
+         @param jsonString char string containing JSON data
+         @param length length of the jsonString
+         @param maxTokens optional maximum count of Tokens. Default is 32.
          */
         Json ( const char * jsonString, size_t length, unsigned int maxTokens = 32 );