package htmltojson
htmltojson package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- htmltojson
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
FilterOptions
extends Object
Html-to-Json Filter Options
Html-to-Json Filter Options
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
HtmlToJson
extends Object
Html-to-Json - Parses HTML strings into objects using flexible, composable filters.
Html-to-Json - Parses HTML strings into objects using flexible, composable filters.
- Annotations
- @RawJSType() @native()
- Version
0.6.0
- See also
https://www.npmjs.com/package/html-to-json
-
class
Parser
extends Object
Html-to-Json Parser
Html-to-Json Parser
- Annotations
- @RawJSType() @native() @JSImport( "html-to-json" , "Parser" )
-
class
RequestOptions
extends Object
Html-to-Json Request Options
Html-to-Json Request Options
- Annotations
- @ScalaJSDefined() @RawJSType()
Value Members
-
object
FilterOptions
Html-to-Json Filter Options Companion
-
object
HtmlToJson
extends Object with HtmlToJson
Html-to-Json Companion
Html-to-Json Companion
- Annotations
- @native() @JSImport( "html-to-json" , JSImport.Namespace )