Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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