Skip to content

What is the Equals definition in current jsonquery #8

@lateapexearlyspeed

Description

@lateapexearlyspeed

Hi,

When I try function: uniq(), I wonder the definition of Equals because doc of uniq() not constraint type of arrary items.

From current https://jsonquerylang.org/ :

input:
[[1], 5, 3, 3, [1]]

query:
uniq()

output:
[[1], 5, 3, [1]]

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