The corresponding JavaScript value (null).
null
177 178 179
# File 'opal/stdlib/json.rb', line 177 def to_json 'null' end
Returns the corresponding JavaScript value (null).
Returns:
the corresponding JavaScript value (null).
522 523 524
# File 'opal/stdlib/native.rb', line 522 def to_n `null` end