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.
Dependents: RPC_mbed_client WebSocket_test pseudo_comet RPC_Wifly_HelloWorld ... more
Revision 4:10a99cdf7846, committed 2011-09-22
- Comitter:
- samux
- Date:
- Thu Sep 22 10:57:37 2011 +0000
- Parent:
- 3:f2ffae08b963
- Commit message:
Changed in this revision
MbedJSONValue.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r f2ffae08b963 -r 10a99cdf7846 MbedJSONValue.h --- a/MbedJSONValue.h Thu Sep 22 10:55:41 2011 +0000 +++ b/MbedJSONValue.h Thu Sep 22 10:57:37 2011 +0000 @@ -111,8 +111,8 @@ TypeInt, /*!< Integer */ TypeDouble, /*!< Double */ TypeString, /*!< String */ - TypeArray, /*!< Array of Type */ - TypeObject /*!< Object */ + TypeArray, /*!< Array (contains MbedJSONValue) */ + TypeObject /*!< Object (contains MbedJSONValue identified by a name)*/ }; /**