pre-commit / identify

File identification library for Python
MIT License
255 stars 142 forks source link

Add ejson extension #457

Closed wircho closed 4 months ago

wircho commented 6 months ago

ejson is a pretty popular "encrypted json" format and open source tool built by Shopify. ejson files are just JSON files where terminal string nodes are encrypted.

More info