corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

ListItem failed to return any data on the toJSON() #74

Closed quantang closed 6 years ago

quantang commented 6 years ago

Just as the title described, the ListItem extends the Property, however, it fails to return anything on the toJSON() function.

sekur commented 6 years ago

I think just removing the toJSON empty function from ListItem should be fine. I’m not exactly sure why I was planning on extending it...