Supercharge your email strategy and uplevel your email expertise with our data-driven and secure platform.
Educational content, courses and how-to tips to help email pros level-up their email brilliance.
json.new — Create an empty JSON object
require("json");
json.new()
Create an empty JSON object.
o = json.new(); o.name = "value"; print(o); -- { "name": "value" }
json.strerror and json.decode