Skip to content

Commit

Permalink
Add YAML front-matter for Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
premasagar committed May 23, 2013
1 parent 2fb37e6 commit 30175c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
8 changes: 6 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: JSONPatch
---

# What is JSONPatch?

JSON Patch is a format for describing changes to a [JSON](http://json.com) document. It can be used to avoid sending a whole document when only a part has changed. When used in combination with the [HTTP PATCH method](http://tools.ietf.org/html/rfc5789) it allows partial updates for HTTP APIs in a standards compliant way.
Expand Down Expand Up @@ -133,10 +137,10 @@ If we're missing a library please let us know (see below)!

A collection of conformance tests for JSON Patch are maintained on github:

https://github.com/mikemccabe/json-patch-tests
[github.com/mikemccabe/json-patch-tests](https://github.com/mikemccabe/json-patch-tests)

# Update this page

jsonpatch.com is hosted on Github and Pull Requests are welcome:

https://github.com/dharmafly/jsonpatch.com
[github.com/dharmafly/jsonpatch.com](https://github.com/dharmafly/jsonpatch.com)

0 comments on commit 30175c1

Please sign in to comment.