public sealed class JsonOptions : IMessage<Asset.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Optional. Whether to disable the inference of data type for Json data.
If true, all columns will be registered as their primitive types
(strings, number or boolean).
[[["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."],[[["This page details the `JsonOptions` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 2.1.0 of the library."],["The `JsonOptions` class is used to describe JSON data format and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes properties to manage the parsing of JSON data, such as `DisableTypeInference` to control data type inference and `Encoding` to specify the character encoding."],["There are multiple previous versions of the `JsonOptions` class available for use ranging from version 1.0.0 up to the latest version of 3.6.0."]]],[]]