Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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++ = '}';