mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 18:54:03 +00:00
fix JSON markup
This commit is contained in:
parent
28e16d6bef
commit
314141fd33
1 changed files with 2 additions and 2 deletions
|
|
@ -485,10 +485,10 @@ The best way to think about Airwire is simply an OOP wrapper around a REST API.
|
||||||
"state": {
|
"state": {
|
||||||
"foo": "abcdef"
|
"foo": "abcdef"
|
||||||
},
|
},
|
||||||
"changes" {
|
"changes": {
|
||||||
"foo": "bar"
|
"foo": "bar"
|
||||||
},
|
},
|
||||||
"calls" {
|
"calls": {
|
||||||
"save": [
|
"save": [
|
||||||
{
|
{
|
||||||
"name": "Example task",
|
"name": "Example task",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue