Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.22 SOFTWARE-EVOLUTION-LIBRARY/REST/UTILITY

Function: convert-symbol [sel/rest/util] string

If a string contains '::' then convert it to a symbol if possible.

Function: decode-json-payload [sel/rest/util]

Returns valid JSON or an empty list, when the payload is empty. Will raise an error if the JSON is malformed and decoding fails.

Function: make-gensym-string [sel/rest/util] input

Converts the input to a string, appending a random (gensym’d) number.