This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Json.
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 |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| json | string | The JSON to parse. |
Return Value
| Type | Description |
|---|---|
| JObject | The JObject. |
