I ran into a case yesterday where I realized I may need to express an object as having a non-JSON-stringifiable value somewhere deep in it. Say:
export type Jsonifiable<OrType = never> = JsonPrimitive | JsonifiableObject<OrType> | JsonifiableArray<OrType> | OrType;
With similar edits to JsonifiableObject
and JsonifiableArray
.
Thoughts?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too