2022-06-06 09:13:27 +08:00

9 lines
197 B
Python

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