Enum JsonOptions
- Namespace
- FatturaElettronica.Core
- Assembly
- FatturaElettronica.dll
Provides formatting optons for JSON output.
public enum JsonOptions
Fields
Indented = 1
None = 0
Remarks
Currently a wrapper around Newtonsoft.Json.Formatting. We provide it so in the future we can remove json.net dependancy without changing the external API.