Retrieves all attributes of the element as a JSON object. Each key in the object is an attribute name, and its value is the attribute’s string value. Example:Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "id": "myElement", "class": "active important", "data-value": "123" }
Definition
Returns
JSONObject TheJSONObject scalar type represents JSON objects as specified by ECMA-404.