@textile/hub > ValueJSON
ValueJSON interface
JSONValue is used by the gRPC server to handle JSON data types.
Signature:
export interface ValueJSON
Properties
Property | Type | Description |
bool? | boolean | (Optional) |
float? | number | (Optional) |
string? | string | (Optional) |