AntoineGa / Seq.App.Teams

Seq application for Microsoft Teams
MIT License
13 stars 10 forks source link

Adding support for properties to be serialized as JSON #10

Closed justinspradlin closed 5 years ago

justinspradlin commented 5 years ago

Adding options to allow users to declare certain event properties should be serialized as JSON in the outbound data card. This change also includes the option to format the JSON output as indented.

See issue #11

New Properties image

Sample Usage

Without JSON Serialization on complex properties image

With JSON Serialization on complex properties image

AntoineGa commented 5 years ago

LGTM, thanks !