|
| Object * | parse (const String &text) |
| |
| Object * | parse (const String &text, EventListener *reviver) |
| |
| String * | stringify (Object *value) |
| |
| String * | stringify (Object *value, EventListener *replacer) |
| |
| String * | stringify (Object *value, EventListener *replacer, const String &space) |
| |
| String * | stringify (Object *value, EventListener *replacer, double space) |
| |
| String * | stringify (Object *value, Array *replacer) |
| |
| String * | stringify (Object *value, Array *replacer, const String &space) |
| |
| String * | stringify (Object *value, Array *replacer, double space) |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (const client::String &name) const |
| |
| void | set_ (const client::String &name, Object *v) |
| |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
| void | set_ (const client::String &name, T v) |
| |
| bool | hasOwnProperty (const client::String &name) |
| |