JsonAliases.

ParseJson(ICakeContext, string) Method

Summary

Parses the JSON into a JObject.
Assembly
Cake.Json.dll
Namespace
Cake.Json
Containing Type
JsonAliases

Syntax

public static JObject ParseJson(this ICakeContext context, string json)

Attributes

Type Description
CakeMethodAliasAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
json string The JSON to parse.

Return Value

Type Description
JObject The JObject.