Skip to content

Commit

Permalink
json: support parsing and serializing 'int64_t'
Browse files Browse the repository at this point in the history
Up to now there was only support for parsing/encoding 32-bit integer
numbers, with no support for larger ones.

Introduce support for 'int64_t' type, so that large numbers can be
serialized into JSON payloads.

Signed-off-by: Marcin Niestroj <[email protected]>
(cherry picked from commit 878640f)
  • Loading branch information
mniestroj authored and mlohvynenko committed Sep 23, 2024
1 parent 9de2572 commit 71715e7
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 198 deletions.
Loading

0 comments on commit 71715e7

Please sign in to comment.