Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
micro-cosmetic (remove trailing space)
  • Loading branch information
trosh committed Nov 27, 2015
commit 2bb0938cd8e351bb5510f0c40d5b344afc55c4d5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ json = require('json')
print(json.encode({ 1, 2, 'fred', {first='mars',second='venus',third='earth'} }))
```
```json
[1,2,"fred", {"first":"mars","second":"venus","third","earth"}]
[1,2,"fred", {"first":"mars","second":"venus","third","earth"}]
```

## Decoding ##
Expand Down