Skip to content

Commit

Permalink
Update parse_json.cue
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Aug 14, 2024
1 parent 2e72d85 commit 870b409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/cue/reference/remap/functions/parse_json.cue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ remap: functions: parse_json: {
name: "lossy"
description: """
Whether to parse the JSON in a lossy manner. Replaces invalid UTF-8 characters
with the unicode character `�` (U+FFFD) if set to true, otherwise returns an error
with the Unicode character `�` (U+FFFD) if set to true, otherwise returns an error
if there are any invalid UTF-8 characters present.
"""
required: false
Expand Down

0 comments on commit 870b409

Please sign in to comment.