Skip to content

dark0ghost/jsonbox-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service: https://jsonbox.io use doc https://github.com/vasanthv/jsonbox#readme

how use

import asyncio
from aiojsonbox import JsonBox


    async def main():
        s = JsonBox()
        print(await s.create_box(text="""{
            "b": "3"
        }"""))
        await s.edit_data_link(url=input(), text="""{
            "a": 1
        }""")
        await s.close()


    asyncio.run(main())

requirements

nam version
python >3.7
os all
aiohttp 3.6.2

About

https://dark0ghost.github.io/jsonbox-python/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages