RichardLitt / fortune-cookie-corpus

A growing corpus of fortune cookies (for NLP and fun). Add your fortunes!
0 stars 0 forks source link

Automation to check JSON? #5

Open kirkins opened 7 years ago

kirkins commented 7 years ago

I'm interested in creating more repositories similar to this that will for the most part be JSON based.

I noticed some other repos have formatting checks which seems pretty cool. For instance see the following pull request which doesn't have a period in the right place:

https://github.com/Kickball/awesome-selfhosted/pull/976

Maybe we could implement something like this. Start with a basic json validator and get more complex from there?