2022-06-02 17:22:14 +08:00

11 lines
218 B
Python

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