Skip to content

Fix Metafield jsonValue type to handle arrays of data#1254

Open
nramsey wants to merge 1 commit into
nozzlegear:masterfrom
nramsey:fix-meta-field-type
Open

Fix Metafield jsonValue type to handle arrays of data#1254
nramsey wants to merge 1 commit into
nozzlegear:masterfrom
nramsey:fix-meta-field-type

Conversation

@nramsey
Copy link
Copy Markdown

@nramsey nramsey commented Jun 1, 2026

The MetaData class property jsonValue is set to be a string? which, if it is an array in the actual data, causes an exception. If this value was System.Text.Json.JsonDocument? instead it would parse properly.

The MetaData class property jsonValue is set to be a string? which, if it is an array in the actual data, causes an exception. If this value was System.Text.Json.JsonDocument? instead it would parse properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant