Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 826 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 826 Bytes

Cake.Json

A set of aliases for http://cakebuild.net to help with JSON Serialization and manipulation.

AppVeyor

You can easily reference Cake.Json directly in your build script via a cake addin:

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

NOTE: It's very important at this point in time to specify the Newtonsoft.Json package and the version 12.0.2 for it.

Aliases

Please visit the Cake Documentation for a list of available aliases:

http://cakebuild.net/dsl/json

Apache License 2.0

Apache Cake.Json Copyright 2015. The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/).