https://github.com/null-none/jwlibrary2json
Handler for jwlibrary to json
https://github.com/null-none/jwlibrary2json
data json jwlibrary library parser
Last synced: 6 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T18:44:22.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:44:22.415Z (about 1 year 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 JWlibrary
jw = JWlibrary("resources.jwlibrary")
jw.parse()
```