diff options
Diffstat (limited to 'gcc/json.h')
-rw-r--r-- | gcc/json.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ class object : public value void print (pretty_printer *pp) const FINAL OVERRIDE; void set (const char *key, value *v); + value *get (const char *key) const; private: typedef hash_map <char *, value *, |