var leg = { aa: "Hello from javascript" } function to_json() { return JSON.stringify(leg); }