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 c0d0d1e commit d81c64fCopy full SHA for d81c64f
README.md
@@ -124,7 +124,7 @@ const stringify = fastJson({
124
title: 'Example Schema with string date-time field',
125
type: 'string',
126
format: 'date-time'
127
-}
+})
128
129
console.log(stringify(moment())) // '"YYYY-MM-DDTHH:mm:ss.sssZ"'
130
```
@@ -298,7 +298,7 @@ const stringify = fastJson({
298
}]
299
}
300
301
302
303
304
<a name="if-then-else"></a>
0 commit comments