Skip to content

Commit

Permalink
MC
Browse files Browse the repository at this point in the history
  • Loading branch information
hwirth committed Dec 24, 2022
1 parent 53ba7e6 commit bf6a691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ powerful the program already became after my initial rush. It is still very crud
```javascript
session
login
username:itsme
password:secRet
username: itsme
password: secRet
chat
nick: hithere
nick: hi there
```
will be sent as
```javascript
Expand All @@ -44,12 +44,12 @@ will be sent as
}
},
"chat":{
"nick":"hithere"
"nick":"hi there"
}
}
```
### dotJSON
Only usable when parameters are simple.
Only usable when parameters are simple:
```javascript
.session.login.username:itsme,password:secRet...chat.nick:hithere
```
Expand Down

0 comments on commit bf6a691

Please sign in to comment.