change code
Fork of MbedJSONValue_copy by
Revision 9:c917476c802b, committed 2016-07-29
- 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 |
diff -r fb820325a830 -r c917476c802b MbedJSONValue.cpp --- 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++ = '}';