diff options
author | Eduardo Julian | 2020-10-25 23:16:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-10-25 23:16:14 -0400 |
commit | cb8f2b36352948108446c7e3b270faa97589bf7a (patch) | |
tree | 25ebf796bbbd3ad31519745b7276d38f6c19726c /stdlib/source/lux/data/format/json.lux | |
parent | 72b4eecdc514387ab3b1c105cfd49436c9eb1e8d (diff) |
Some small refactoring.
Diffstat (limited to 'stdlib/source/lux/data/format/json.lux')
-rw-r--r-- | stdlib/source/lux/data/format/json.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/format/json.lux b/stdlib/source/lux/data/format/json.lux index 643d12969..2dbe32d91 100644 --- a/stdlib/source/lux/data/format/json.lux +++ b/stdlib/source/lux/data/format/json.lux @@ -47,8 +47,8 @@ (template [<name> <type>] [(type: #export <name> <type>)] - [Array (Row JSON)] - [Object (Dictionary String JSON)] + [Array (Row JSON)] + [Object (Dictionary String JSON)] ) (def: #export object |