Make a JsonnetJsonValue representing null.
JsonneD jd = JsonneD(); JsonnetValue sv = jd.makeNull(); assert( sv.extractBool().isNull); assert( sv.extractString().isNull); assert(sv.extractNull());
See Implementation
Make a JsonnetJsonValue representing null.