Skip to content

Commit

Permalink
Fixing readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlarota committed Jan 10, 2025
1 parent 6d5ad16 commit 2720910
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,13 @@ var schema = generator.Generate("{...}");

```json
{
int: 1,
float: 340282346638528859811704183484516925440.0,
str: "" abc "",
bool: true,
date: "" 2012 - 07 - 19 "",
datetime: "" 2012 - 07 - 19 10: 11: 11 "",
timespan: "" 10: 11: 11 ""
"int": 1,
"float": 340282346638528859811704183484516925440.0,
"str": "abc",
"bool": true,
"date": "2012-07-19",
"datetime": "2012-07-19 10:11:11",
"timespan": "10:11:11"
}
```

Expand Down Expand Up @@ -498,10 +498,10 @@ var schema = generator.Generate("{...}");

```json
{
int: 12345,
long: 1736347656630,
float: 340282346638528859811704183484516925440.0,
double: 340282346638528859811704183484516925440123456.0,
"int": 12345,
"long": 1736347656630,
"float": 340282346638528859811704183484516925440.0,
"double": 340282346638528859811704183484516925440123456.0,
}
```

Expand Down

0 comments on commit 2720910

Please # to comment.