change code

Fork of MbedJSONValue_copy by Lawrence Lee

Files at this revision

API Documentation at this revision

Comitter:
joon874
Date:
Fri Jul 29 08:14:15 2016 +0000
Parent:
8:fb820325a830
Commit message:
change code

Changed in this revision

MbedJSONValue.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MbedJSONValue.cpp	Tue May 31 10:30:22 2016 +0000
+++ b/MbedJSONValue.cpp	Fri Jul 29 08:14:15 2016 +0000
@@ -146,6 +146,7 @@
 #endif                
                 serialize_str(*(token_name[i]), oi);
                 *oi++ = ':';
+                if(!token[i]->accessible) token[i]->cb_action(token[i]);
                 (*(token[i])).serialize(oi);
             }
             *oi++ = '}';