jshn: properly support JSON "null" type
authorJo-Philipp Wich <jo@mein.io>
Sun, 7 Jan 2018 14:46:31 +0000 (15:46 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 7 Jan 2018 14:52:24 +0000 (15:52 +0100)
commit1c08e80313fd487112c48346889cc57badeef751
tree7b691781d2f00e0d94d49b9a4bca66a66d096a0a
parent729f47fd5279f902986457682f8f166c324eafb5
jshn: properly support JSON "null" type

Instead of abort parsing, properly deal with "null" values by implementing
support for reading and formatting such values.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
jshn.c
sh/jshn.sh