- I'd like to generate an adaptive card that contains an arbitrary JSON
object inside.
- I anticipate that the JSON object will be shallow.
- Maybe it will contain just a list of key-value pairs.
- But I won't know the structure of that JSON object until runtime.
- For this reason, I can't templatize this portion of the adaptive card.
- It would be ideal if I could embed the JSON inside of a codeblock, but I don't know if that's supported.
- Alternatively, I'd be willing to embed the JSON inside of a monotype textbox.
Any help would be greatly appreciated.