Method: Puppet::Pops::Serialization::JSON::Packer#write_nil

Defined in:
lib/puppet/pops/serialization/json.rb

#write_nilObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



139
140
141
142
# File 'lib/puppet/pops/serialization/json.rb', line 139

def write_nil
  @io << 'null'
  write_delim
end