Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add elements folding #2

Open
G07cha opened this issue Aug 8, 2015 · 0 comments
Open

Add elements folding #2

G07cha opened this issue Aug 8, 2015 · 0 comments
Assignees
Milestone

Comments

@G07cha
Copy link
Owner

G07cha commented Aug 8, 2015

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.

@G07cha G07cha added the Task label Aug 8, 2015
@G07cha G07cha added this to the 0.1.0 milestone Aug 11, 2015
@G07cha G07cha self-assigned this Aug 11, 2015
@G07cha G07cha added the Major label Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant