Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrasu/rulechecker
To check T-SQL's coding rule and JSON syntax
https://github.com/mrasu/rulechecker
Last synced: 5 days ago
JSON representation
To check T-SQL's coding rule and JSON syntax
- Host: GitHub
- URL: https://github.com/mrasu/rulechecker
- Owner: mrasu
- Created: 2013-11-06T12:55:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T13:05:14.000Z (about 11 years ago)
- Last Synced: 2024-10-18T10:27:53.441Z (3 months ago)
- Language: C#
- Size: 1.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RuleChecker
===========To check T-SQL's coding rule and JSON syntax
This program is to check whether Transact-SQL follow the coding rule created by team or other. And JSON syntax is roughly right.
using T-SQL parser by Microsoft, JSON parser by Json.NET