Skip to content

Conversation

@brendon-boldt
Copy link

Fixes #698. Adds simple test with multiple, non-dict values in JSON-LD (e.g., {"a": ["b", "c"]}) which fails with the current implementation of recursively_populate_jsonld. Fixes the function so that it passes the test.

Test if recursively_populate_json can handle values that are arrays with
multiple, non-dict elements (e.g., ["a", "b"]).
Change recursively_populate_jsonld such that when it receives non-dicts,
it returns them immediately instead of blindly treating them like dicts.
@brendon-boldt brendon-boldt requested a review from a team as a code owner June 26, 2024 21:07
@github-actions
Copy link

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

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.

JSON LD parsing fails when multiple strings given to FileSet.includes

1 participant