Skip to content

[object Object] fix in $jsonValues - #404

Merged
xNickyDev merged 3 commits into
tryforge:devfrom
Daaisukidayo:patch
Aug 16, 2026
Merged

[object Object] fix in $jsonValues#404
xNickyDev merged 3 commits into
tryforge:devfrom
Daaisukidayo:patch

Conversation

@Daaisukidayo

Copy link
Copy Markdown

The code i've used:

$jsonLoad[nums;{
  "d": [1, 2, 3],
  "e": "AA",
  "a": {
    "a": "b"
  }
}]
$jsonValues[nums;,,,]

Output before the fix:
1,2,3,,,AA,,,[object Object]
Output after the fix:
[1,2,3],,,AA,,,{"a":"b"}

@xNickyDev xNickyDev self-assigned this Aug 16, 2026
Comment thread src/native/json/jsonValues.ts Outdated
Co-authored-by: Nicky <111157596+xNickyDev@users.noreply.github.com>

@xNickyDev xNickyDev left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please recompile your changes to keep the dist in sync with the source!

@xNickyDev

xNickyDev commented Aug 16, 2026

Copy link
Copy Markdown
Member

LGTM, thanks again for your contribution!

@xNickyDev
xNickyDev merged commit d5a6952 into tryforge:dev Aug 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants