System.Text.Json Samples This repository contains sample code for attempting to serialize .NET objects to JSON in snake_case format, as well as deserialize snake_case JSON into .NET objects, all using the new .NET Core 3.0 System.Text.Json APIs.