JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in

joy/db/map-keys



    function
    /usr/local/lib/janet/db/helper.janet on line 54, column 1

    (map-keys f dict)

    Executes a function on a dictionary's keys and returns a table

    Example

    (map-keys snake-case {:created_at "" :uploaded_by ""}) -> 
    {:created-at "" :uploaded-by ""}


0 examplesSign in to add an example
Loading...