Skip to content

column value sample should be removed #39

Open
@srinivas-nextsteps

Description

@srinivas-nextsteps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions