Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/null-none/jwlibrary2json
Handler for jwlibrary to json
https://github.com/null-none/jwlibrary2json
data json jwlibrary library parser
Last synced: 2 days ago
JSON representation
Handler for jwlibrary to json
- Host: GitHub
- URL: https://github.com/null-none/jwlibrary2json
- Owner: null-none
- License: mit
- Created: 2024-10-20T18:42:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T18:44:22.000Z (2 months ago)
- Last Synced: 2024-12-18T06:21:20.940Z (4 days ago)
- Topics: data, json, jwlibrary, library, parser
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwlibrary to json
```python
from jwlibrary.parse import JWlibraryjw = JWlibrary("resources.jwlibrary")
jw.parse()```