# toComponentEmbedJson

`function` in `discord-component-embed` · v0.2.2

<https://docs.seedcord.org/packages/discord-component-embed/0.2.2/functions/to-component-embed-json>

Returns the component embed's JSON as a string, with every `<` escaped so text in the card can't close the `<script>` tag early. Use it when your framework writes the tag itself and takes the JSON as its content.

```ts
toComponentEmbedJson(root: EmbedElement): string
```

Returns the component embed's JSON as a string, with every `<` escaped so text in the card can't close the `<script>` tag early. Use it when your framework writes the tag itself and takes the JSON as its content.

Parameters.

- `root` `EmbedElement`

Returns `string`.
