A type broadly describing all values that can be serialized to JSON text.
This type doesn't limit objects/arrays compatible with it to not have
getters/setters, to not be proxies with handler-implemented traps (or that
have been revoked), etc. It's just moderately nicer than using any.
A type broadly describing all values that can be serialized to JSON text.
This type doesn't limit objects/arrays compatible with it to not have getters/setters, to not be proxies with handler-implemented traps (or that have been revoked), etc. It's just moderately nicer than using
any
.