thim81 / openapi-format

Format an OpenAPI document by ordering, formatting and filtering fields.
MIT License
81 stars 14 forks source link

Handle large numbers safely #42

Closed thim81 closed 2 years ago

thim81 commented 2 years ago

@DanielContrerasAladro In this PR, I have implemented a workaround for safely handling large numbers in Javascript, based on your initial approach.

Feel free to test it out and give feedback