This is an attempt to make language which is encoded in JSON.
The Idea was born while I was developing some interactive fiction. JSON was great for storing story static data but javascript for displaying conditional actions written in literal strings was a big bug.
So I found a way how to encode it some kind of lisp into JSON.
It's look like this:
["print","Hello world!"]