Import
- Trying different methods of making this code cleaner. Not working so far.
This commit is contained in:
@@ -122,5 +122,11 @@ namespace json
|
||||
std::string decode (const std::string&);
|
||||
}
|
||||
|
||||
typedef std::vector<json::value*> json_array;
|
||||
typedef std::map<std::string, json::value*> json_object;
|
||||
|
||||
typedef std::vector <json::value*>::iterator json_array_iter;
|
||||
typedef std::map <std::string, json::value*>::iterator json_object_iter;
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user