Class JsonField

  • All Implemented Interfaces:

    
    public class JsonField<T extends Object>
    
                        

    A class representing a serializable JSON field.

    It can either be a KnownValue value of type T, matching the type the SDK expects, or an arbitrary JSON value that bypasses the type system (via JsonValue).