We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce67073 commit 7b0f655Copy full SHA for 7b0f655
README.md
@@ -107,7 +107,7 @@ doAssert node.kind == "root"
107
### `proc parseHook()` Can be used to do anything.
108
109
Json can't store dates, so they are usually stored as strings. You can use
110
-`parseHook()` to override default parsing and parse date times as a string:
+`parseHook()` to override default parsing and parse `DateTime` as a `string`:
111
112
```nim
113
proc parseHook(s: string, i: var int, v: var DateTime) =
0 commit comments