Skip to content

paths(scalars) bug? #1163

@alex-ozdemir

Description

@alex-ozdemir

Consider this JSON:

{
  "size": 2,
  "unsaf": false
}

The instructions paths(scalars) yield just

[
  [
    "size"
  ]
]

Whereas one might expect it should yield

[
  [
    "size"
  ],
  [
    "unsaf"
  ]
]

A bit of poking around makes me think the problem is when false is a value in a object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions