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-03-25 UTC."],[[["The latest version available is 3.6.0, with older versions ranging from 3.5.0 down to 1.0.0 for the `Google.Cloud.Dataplex.V1.StorageFormat.Types.JsonOptions`."],["`JsonOptions` describes the JSON data format and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`JsonOptions` has two constructors: a default constructor `JsonOptions()` and another that accepts a `StorageFormat.Types.JsonOptions` parameter `JsonOptions(StorageFormat.Types.JsonOptions other)`."],["The `Encoding` property allows specifying the character encoding of the data, with options for \"US-ASCII\", \"UTF-8\", and \"ISO-8859-1\", defaulting to \"UTF-8\" if unspecified."],["This class inherits members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]