structured-data icon indicating copy to clipboard operation
structured-data copied to clipboard

Fix for JsonLD Reader not detecting when "@type" was an Array

Open kavinsky opened this issue 3 years ago • 0 comments

This PR solves a small typo in JsonLDReader class that was preventing to read items with @type as Array.

"@type": ["Offer", "PriceSpecification"]

https://w3c.github.io/json-ld-syntax/#specifying-the-type

kavinsky avatar Aug 03 '22 18:08 kavinsky