Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Output.JsonSerialize to dotnet sdk #11556

Merged
merged 1 commit into from Dec 9, 2022
Merged

Commits on Dec 9, 2022

  1. Add Output.JsonSerialize to dotnet sdk

    Plan is to add functions like this to _all_ the SDKs.
    JsonSerialization is _very_ language specific, dotnet for example uses
    System.Text.Json, go would use JsonMarshal, etc. So it's worth having it
    built into SDKs and then exposed as a PCL intrinsic (with the caveat
    that the cross-language result will be _valid_ JSON, but with no
    commmitment to formatting for example).
    
    This is just the first part of this work, to add it to the dotnet SDK
    (simply because I know that best).
    Frassle committed Dec 9, 2022
    Copy the full SHA
    9484c15 View commit details
    Browse the repository at this point in the history