circleci.rollcage.json

backstop-encoder

(backstop-encoder item)
Stringify an item if it's not possible to encode it normally. This should not
be called for most encoding jobs, only when it would otherwise throw an
exception.

decode

(decode string)
Decode a JSON string into an object.

encode

(encode item)
Convert an arbitrary object into a JSON string.

snake-case

(snake-case kw)