Package | Description |
---|---|
com.jaunt |
Jaunt [website] is a web-scraping & automation library that provides a lightweight HTTP useragent (headless browser), including JSON parser.
|
Modifier and Type | Method and Description |
---|---|
JNode.Type |
JNode.getType()
Returns the node type as defined by the node type constants in this class.
|
static JNode.Type |
JNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JNode.Type[] |
JNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|