Cake.Json Namespace

Summary

This namespace contain types representing data used for interaction with JSON.

Class Types

Class Summary
JsonAliases

JSON related cake aliases.

In order to use aliases from this addin, you will need to also reference Newtonsoft.Json as an addin. Here is what including Cake.Json in your script should look like:

#addin package:?Cake.Json
#addin package:?Newtonsoft.Json&version=11.0.2