Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Convert rules format to JSON line

Compare
Choose a tag to compare
@nefelim4ag nefelim4ag released this 21 Apr 15:20
· 314 commits to master since this release
  • 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