This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Convert rules format to JSON line
- Old format was easy to use by bash, but for python it's pretty complicated to write simple and reliable parser of old format.
- Use json as rule/type format
Fix #93