cantino / jsoneditor

JavaScript widget for inline JSON editing
MIT License
47 stars 10 forks source link

Display null values as empty strings #3

Closed dsander closed 7 years ago

dsander commented 7 years ago

Previously json.toString() raised an exception because null does not respond to toString. I noticed this problem when dry-running Huginn Agents with JSON payload that was received from an external source and included some null values.

cantino commented 7 years ago

Thanks @dsander! I forget how we pull this into Huginn?

dsander commented 7 years ago

I copy and pasted the build source code 😄