Skip to content

Add Json extraction support API for Page #101

Closed
@code4craft

Description

@code4craft

Add Json object and Selectable.jsonpath() method for Json extraction support.

//for ajax
page.getJson().jsonPath("$.name").get();
//for JSONP
page.getJson().removePadding("callback").jsonPath("$.name").get();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions