Help for this page

Select Code to Download


  1. or download this
    print(serialize(undef,       { key => JSON::false } ), "\n");
    print(serialize(undef, bless({ key => JSON::false })), "\n");
    
  2. or download this
    {"key":false}
    {"key":false}