Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added badges with links
  • Loading branch information
arogozine authored Jan 30, 2021
1 parent f587f63 commit a1890f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# TupleAsJsonArray
Convert C# Tuple to/from JSON Array

![Nuget](https://img.shields.io/nuget/v/TupleAsJsonArray?style=flat-square)
![Nuget](https://img.shields.io/nuget/dt/TupleAsJsonArray?style=flat-square)

[Nuget]:https://www.nuget.org/packages/TupleAsJsonArray/

## About

1. Serialize Tuple and ValueTuples to JSON Array
Expand Down Expand Up @@ -33,4 +38,4 @@ _JavaScript_
// Tuples in Models will now show up as arrays
// that you can destructure
const [a, b, c, d] = modelFromServer.TupleParam;
```
```

0 comments on commit a1890f5

Please sign in to comment.