MCPcopy Index your code
hub / github.com/sendgrid/sendgrid-nodejs / toJSON

Function toJSON

packages/helpers/helpers/array-to-json.spec.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 //Test object with toJSON function
14 const obj1 = {
15 toJSON() {
16 return {a: 1, b: 2};
17 },
18 };
19
20 //Test plain object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected