An open API service indexing awesome lists of open source software.

https://github.com/cake-contrib/cake.json

A set of aliases for Cake help with JSON Serialization and manipulation.
https://github.com/cake-contrib/cake.json

cake-addin hacktoberfest

Last synced: 4 months ago
JSON representation

A set of aliases for Cake help with JSON Serialization and manipulation.

Awesome Lists containing this project

README

        

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

![AppVeyor](https://ci.appveyor.com/api/projects/status/github/redth/Cake.Json)

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

```csharp
#addin nuget:?package=Cake.Json&version=7.0.1
#addin nuget:?package=Newtonsoft.Json&version=13.0.1
```

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

## Aliases

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

[http://cakebuild.net/dsl/json](http://cakebuild.net/dsl/json)

## Discussion

For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category.

[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions)

## 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/).