Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 28, 2024
1 parent ac1be58 commit 0ab7f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validators/json.art
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ define :jsonValidator is :validator [
; converted back to JSON
if opts\strict [
original: strip str
converted: strip write.compact.json ø parsed
converted: strip write.compact.json parsed ø
return original = converted
]

Expand Down

0 comments on commit 0ab7f45

Please sign in to comment.