Replies: 1 comment
-
This is a common sticking point with many fetch APIs. Unfortunately it balloons into having to replace the optimized, extremely-fast Is there an existing JSON parser that support this? Any prior art of other fetch libraries that support this? Any language spec proposals that may unblock this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like openapi-typescript and openapi-fetch to support integers exceeding Number.MAX_SAFE_INTEGER.
For example, openapi-typescript turns following schema into
bigint
type.openapi-fetch post following object into following JSON.
openapi-fetch parse following JSON into following object.
Beta Was this translation helpful? Give feedback.
All reactions