2022-06-02 16:51:12 +08:00

10 lines
165 B
Python

import imp
from PikaObj import *
import json
class cJSON(TinyObj):
def print(self) -> str: ...
def parse(self, value: str): ...
def __del__(self): ...