https://github.com/liuliqiang/laueagle
YAML/JSON Lints and Converters
https://github.com/liuliqiang/laueagle
converter data formater json linter python serialization yaml
Last synced: about 2 months ago
JSON representation
YAML/JSON Lints and Converters
- Host: GitHub
- URL: https://github.com/liuliqiang/laueagle
- Owner: liuliqiang
- Created: 2018-02-23T15:32:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T14:16:16.000Z (over 8 years ago)
- Last Synced: 2025-02-25T02:20:32.864Z (over 1 year ago)
- Topics: converter, data, formater, json, linter, python, serialization, yaml
- Language: Python
- Size: 202 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
laueagle
=============================
A data serialization format tools, support YAML/Json
Documentation
-------------
* `User Guide `_
* `Dev Guide `_
Usage
------
* lint yaml file
yamllint -f file_to_lint
* lint json file
jsonlint -f file_to_lint
* format yaml file
yamlfmt -f file_to_format
* format json file
jsonfmt -f file_to_format
Authors
-------
* Liqiang Lau
* Site: `liqiang.io `_
License
-------
MIT
Thanks
------
https://yamllint.readthedocs.io/en/stable/index.html