Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
json: support parsing and serializing 'int64_t'
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