pikapython/package/pika_cjson/pika_cjson.pyi
2022-06-06 09:50:15 +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: ...