mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
10 lines
165 B
Python
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): ...
|