JSONEncoder.hx 94 B

123456
  1. package python.lib.json;
  2. @:pythonImport("json", "JSONEncoder")
  3. extern class JSONEncoder {
  4. }