Namespace Swan.Formatters
Classes
CsvReader
Represents a reader designed for CSV text. It is capable of deserializing objects from individual lines of CSV text, transforming CSV lines of text into objects, or simply reading the lines of CSV as an array of strings.
CsvWriter
A CSV writer useful for exporting a set of objects.
Json
A very simple, light-weight JSON library written by Mario to teach Geo how things are done
This is an useful helper for small tasks but it doesn't represent a full-featured serializer such as the beloved Json.NET.
JsonPropertyAttribute
An attribute used to help setup a property behavior when serialize/deserialize JSON.
SerializerOptions
A very simple, light-weight JSON library written by Mario to teach Geo how things are done
This is an useful helper for small tasks but it doesn't represent a full-featured serializer such as the beloved Json.NET.
Enums
JsonSerializerCase
Enumerates the JSON serializer cases to use: None (keeps the same case), PascalCase, or camelCase.