Skip to content

Commit

Permalink
Added extensions list to README
Browse files Browse the repository at this point in the history
  • Loading branch information
shravan2x authored Aug 29, 2017
1 parent 64a8d5e commit a3ec3e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Console.WriteLine(volvo.Value.SSAVersion); // Prints 3

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.

## Extensions

[Gameloop.Vdf.JsonConverter](https://github.com/shravan2x/Gameloop.Vdf.JsonConverter): VDF-JSON converters for Vdf.NET.

## License

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

0 comments on commit a3ec3e9

Please sign in to comment.