BicepFunction.ParseJson(BicepValue<Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a valid JSON string into a JSON data type. This represents
the json
Bicep function.
public static Azure.Provisioning.BicepValue<object> ParseJson (Azure.Provisioning.BicepValue<object> value);
static member ParseJson : Azure.Provisioning.BicepValue<obj> -> Azure.Provisioning.BicepValue<obj>
Public Shared Function ParseJson (value As BicepValue(Of Object)) As BicepValue(Of Object)
Parameters
- value
- BicepValue<Object>
The value to convert to JSON. The string must be a properly formatted JSON string.
Returns
The JSON data type from the specified string, or an empty value when null is specified.
Remarks
See the Bicep Functions Reference for more.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET