``` JSON> "{\"hello-world\" : 888}" "{\"hello-world\" : 888}" JSON> (decode-json-from-string *) ((:HELLO-WORLD . 888)) JSON> (encode-json-to-string *) "{\"helloWorld\":888}" ``` "hello-world" becomes "helloWorld" after serialization through CL-JSON