Skip to content

Commit a3ec3e9

Browse files
authored
Added extensions list to README
1 parent 64a8d5e commit a3ec3e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Console.WriteLine(volvo.Value.SSAVersion); // Prints 3
4646

4747
Note the need to use `.Value` and skip the enclosing property name `Steam`. This is because root types in VDF are _properties_, as opposed to _objects_ in traditional JSON.
4848

49+
## Extensions
50+
51+
[Gameloop.Vdf.JsonConverter](https://github.com/shravan2x/Gameloop.Vdf.JsonConverter): VDF-JSON converters for Vdf.NET.
52+
4953
## License
5054

5155
Vdf.NET is released under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)