Skip to content

Commit

Permalink
Update JSON.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Dec 4, 2022
1 parent 55d8ca5 commit 13df158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/builtin_module_docs/JSON.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Expects ```str``` for keys, and the following types for values:
### Arguments
| Argument | Information |
| ------------- | ----------------- |
| ```object``` | object to encode |
| ```object``` | ```dict``` object to encode |

### Returns
Return ```str``` that is encoded JSON string.
Expand All @@ -52,4 +52,4 @@ Decodes JSON string into a ```dict``` that contains the information.
| ```object``` | JSON string (```str```) to decode |

### Returns
Return ```dict``` that is the decoded information.
Return ```dict``` that is the decoded information.

0 comments on commit 13df158

Please sign in to comment.