jsonParseFromValue
Function parameters
Parameters
Represents any JSON value, potentially containing other JSON values.
Types
- Value
- Represents any JSON value, potentially containing other JSON values.
Source
Implementation
pub fn jsonParseFromValue(allocator: Allocator, source: Value, options: ParseOptions) !@This() {
_ = allocator;
_ = options;
return source;
}