structured_data 0.1.7+1 copy "structured_data: ^0.1.7+1" to clipboard
structured_data: ^0.1.7+1 copied to clipboard

A collection of functions for parsing structured data from web pages or local html documents

0.1.7+1 #

  • Fixed bug in jsonifying structured data that could potentially cause infite loop

0.1.7 #

  • Add fromJson function since those functions come in pairs

0.1.6+3 #

  • Fixed an error in toJson

0.1.6+2 #

  • Update toJson function on StructuredData

0.1.6+1 #

  • Add toJson function to StructuredData

0.1.6 #

  • Fix json+ld error where parser stops after seeing the @graph attribute without parsing the rest of the data.

0.1.5 #

  • Fix error where parsing fails if "@type" property is a List

0.1.4 #

  • When parsing json+ld, this will now parse lists of structured datas into StructuredData objects. previously, the list would just contain the string of undecoded data.

0.1.3 #

  • When parsing microdata, leading "http(s)://schema.org/" string will be stripped out

0.1.2 #

  • Expose parser that can convert Iso8601 duration strings to Duration objects

0.1.1 #

  • Any JSON-LD graphs will automatically be parsed into a List

0.1.0 #

  • Initial development release.
5
likes
40
pub points
9%
popularity

Publisher

unverified uploader

A collection of functions for parsing structured data from web pages or local html documents

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

html, http

More

Packages that depend on structured_data