An open API service indexing awesome lists of open source software.

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

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