Skip to content

Use Dict for ObjectValue #2

Open
@Orasund

Description

@Orasund

Hi, I noticed that you use a list for the ObjectValue

type JsonValue
    = ObjectValue (List ( String, JsonValue ))
    | ..

A naive implementation would properly expect a Dict String JsonValue instead.

So I was wondering why you did decide against this.

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