Skip to content

Can't use both JSON and JSONB #8

@xiongtx

Description

@xiongtx

I tried to add the following:

(add-json-type json/write-str #(json/read-str % :key-fn keyword))
(add-jsonb-type json/write-str #(json/read-str % :key-fn keyword))

But realized that the way this is implemented means the add-jsonb-type overrides the add-json-type (and vice-versa).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions