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


A.63 SOFTWARE-EVOLUTION-LIBRARY/UTILITY/JSON

Macro: string-case-to-keywords [sel/utility/json] strings str

Macro to convert a string to a keyword, using string-case to accelerate the common cases given by strings.

Function: convert-jsown-tree [sel/utility/json] jt &optional key-fn

Converts the tree representation from jsown into something similar to output from cl-json. key-fn, if present, maps keyword strings to keywords.