jsonOnly property

bool jsonOnly
final

Whether responses should be constrained to JSON-friendly values.

This flag is currently informational in the built-in implementation, which already normalizes all responses into JSON-friendly values.

Implementation

final bool jsonOnly;