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

column value sample should be removed #39

Open
srinivas-nextsteps opened this issue May 16, 2019 · 0 comments
Open

column value sample should be removed #39

srinivas-nextsteps opened this issue May 16, 2019 · 0 comments

Comments

@srinivas-nextsteps
Copy link

from json2html import *
input = {
"sample": [{
"a":1, "b":2, "c":3
}, {
"a":5, "b":6, "c":7
}]
}
json2html.convert(json = input)

above code will have 4 columns whereas it is mentioned in the example that only 3 columns created. please refer example 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant