JSON file in mbed.

Dependencies:   MbedJSONValue SDFileSystem mbed

Fork of City_Game_JSON by Alex Vancoillie

Revision:
5:eedf89829452
Parent:
2:e6a095fc2274
--- a/mission.h	Wed Mar 29 07:27:01 2017 +0000
+++ b/mission.h	Mon Nov 27 05:22:40 2017 +0000
@@ -7,7 +7,8 @@
     class Mission
     {
         // declarations
-        private:
+        //private:   //commented here by IC
+        public:
             std::string type;
             int id;
             std::string message;