Add json.unmarshal/marshal, reflect module, update telegram bot
- json.unmarshal(str, Class) deserializes JSON into class instance
- json.marshal(obj) serializes class instance to JSON string
- reflect module: fields, get, set, type, class_name, create
- Class metadata generation for runtime introspection
- Fix DCE namespace detection inside function bodies
- Update telegram bot example with Message class, /json, /info commands
Showing
bootstrap/methods/reflect.py
0 → 100644
Please
register
or
sign in
to comment