All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tfowl.jsoup.ktx.JsonLd.kt Maven / Gradle / Ivy

The newest version!
package com.tfowl.jsoup.ktx

import org.jsoup.nodes.Document

fun Document.getJsonLinkingDataStrings(): List {
    return select("script[type='application/ld+json']")
        .map { script -> script.html().trim() }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy