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.
- Host: GitHub
- URL: https://github.com/cake-contrib/cake.json
- Owner: cake-contrib
- License: other
- Created: 2015-10-29T14:22:58.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-07T16:45:37.000Z (over 1 year ago)
- Last Synced: 2024-12-12T23:16:03.411Z (5 months ago)
- Topics: cake-addin, hacktoberfest
- Language: C#
- Homepage: https://cakebuild.net/extensions/cake-json/
- Size: 192 KB
- Stars: 11
- Watchers: 5
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cake.Json
A set of aliases for http://cakebuild.net to help with JSON Serialization and manipulation.
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.
[](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/).