mirror of https://github.com/pulumi/pulumi.git
9484c15d2d
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). |
||
---|---|---|
.. | ||
InputTests.cs | ||
OutputTests.cs | ||
ResourceArgsTests.cs |