https://github.com/null-none/jwlibrary2json
Handler for jwlibrary to json
https://github.com/null-none/jwlibrary2json
data json jwlibrary library parser
Last synced: 28 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T18:44:22.000Z (over 1 year ago)
- Last Synced: 2026-02-13T10:26:14.876Z (4 months ago)
- Topics: data, json, jwlibrary, library, parser
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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()
```