Skip to content

Issue with Clojure Map Interop #208

Closed
@ducky427

Description

@ducky427

A Clojure map both implements the interfaces - java.util.Map and java.lang.Iterable.

Currently while encoding the data, the latter interface is used and not the former. See Value.value method.

It would be better to use the former. So if value is a instance of Map should be moved up in the method.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions