mirror of
				https://github.com/pocketpy/pocketpy
				synced 2025-10-31 00:40:16 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			192 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			192 B
		
	
	
	
	
	
	
	
| icon | label | 
|---|---|
| package | json | 
json.loads(data: str)
Decode a JSON string into a python object.
json.dumps(obj, indent=0) -> str
Encode a python object into a JSON string.