Skip to content

Add elements folding #2

Description

@G07cha

Currently no folding provided so if we parse website this:

<head>
<title>Here is my title</title>
</head>

We will recieve:

[ { "name": "head" }, { "name": "title", "text": "Here is my title" } ]

But expecting to recieve something like this:

[ { "name": "head", "child": [ { "name": "title", "text": "Here is my title" } ] } ]

So basic task, is to make object folding.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions