2022-06-02 17:47:53 +08:00

9 lines
195 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) -> any: ...