Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Visciano committed Jul 23, 2021
1 parent 1faa45c commit 3ff0620
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ DataSpec.load(%{
}]
}, {Person, :t})

# %Person{
# address: [
# %Address{
# postcode: "SO31 4NG",
# streenumber: "3a",
# streetname: "High Street",
# town: "Hedge End, Southampton"
# +> %Person{
# address: [
# %Address{
# postcode: "SO31 4NG",
# streenumber: "3a",
# streetname: "High Street",
# town: "Hedge End, Southampton"
# }
# ],
# gender: :male,
# name: "Joe",
# surname: "Smith"
# }
# ],
# gender: :male,
# name: "Joe",
# surname: "Smith"
#}
```

DataSpec tries to figure out how to translate its input to a typespec.
Expand Down

0 comments on commit 3ff0620

Please sign in to comment.