S-Expressions: The JSON of Functional Programming (That Actually Makes Sense)

Why we chose Lisp-style S-expressions over JSON for logic definition, and why you might too.
Everyone loves JSON, but when you need logic, you end up with string templates or JavaScript. What if your data format was your logic format?

