CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
440 stars 176 forks source link

RESTCONF empty leaf JSON not created correctly #20

Open miott7 opened 8 years ago

miott7 commented 8 years ago

Empty leaf value is coming up represented in JSON as "param": "null". It should be represented with brackets surrounding the null. For example: "param": "[null]"