自适应卡片:显示任意 JSON 对象的最佳方式是什么?

Adaptive Card: What is the best way to display an arbitrary JSON object?


如有任何帮助,我们将不胜感激。

  1. Embedding JSON inside of a codeblock 尚不支持,尽管这确实是解决此用例的好方法。
  2. 模板不一定是静态的或固定的。例如,如果您打算 "expand" your template with the AdaptiveCards.Templating NuGet package,您将有机会将模板加载到内存中。这时候可以在运行时根据传入的JSON对模板进行变异。这不是一个理想的解决方案,但它是一种容纳真正任意 JSON 对象的方法。
  3. 另一方面,如果您预计 JSON 对象将仅仅是 key-value 对的列表,您可以 .