diff --git a/docs/builtin_module_docs/JSON.md b/docs/builtin_module_docs/JSON.md index 0efdfd76..caf7b2d7 100644 --- a/docs/builtin_module_docs/JSON.md +++ b/docs/builtin_module_docs/JSON.md @@ -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. @@ -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. \ No newline at end of file +Return ```dict``` that is the decoded information.