public sealed class JsonOptions : IMessage<StorageFormat.Types.JsonOptions>, IEquatable<StorageFormat.Types.JsonOptions>, IDeepCloneable<StorageFormat.Types.JsonOptions>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The content details various versions of `JsonOptions` within the `Google.Cloud.Dataplex.V1` namespace, ranging from version 1.0.0 to the latest 3.6.0."],["`JsonOptions` is a sealed class that describes the JSON data format and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `JsonOptions` class has two constructors, one default and one that takes another `StorageFormat.Types.JsonOptions` object as a parameter, `other`."],["The class includes an `Encoding` property, which is optional and specifies the character encoding of the data, defaulting to \"UTF-8\" if not specified, with other supported options including \"US-ASCII\" and \"ISO-8859-1\"."]]],[]]