Beispiel #1
0
 public static string ToJsonEnvelope(this object thisValue, bool indented = true, bool defaults = true, bool enumAsString = true)
 => JsonEnvelope.Create(thisValue).ToJson(indented, defaults, enumAsString);