Skip to content

Fix fc::json to stream - if integers exceeds javascripts max int values

Andrzej Such requested to merge 517-as-json-large-negative-numbers into develop

(which means that in JS you need to use bigint for them) return values as string.

Closes #517 (closed)

Merge request reports