From a3ec3e98e49549590dd8e5d51c5ee1707e4d0079 Mon Sep 17 00:00:00 2001 From: Shravan Rajinikanth Date: Tue, 29 Aug 2017 10:36:44 -0500 Subject: [PATCH] Added extensions list to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3715e3a..973d212 100644 --- a/README.md +++ b/README.md @@ -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).