Skip to content

Add elements folding #2

@G07cha

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions