fid typo in JSON API README

This commit is contained in:
G10h4ck 2021-02-01 16:09:56 +01:00 committed by GitHub
parent 40adafd386
commit 254640e71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,7 +302,7 @@ two keys, one as proper integer and one as string representation.
So from languages that have proper 64bit integers support like Python or C++ one So from languages that have proper 64bit integers support like Python or C++ one
better read from `xint64` which is represented as a JSON integer, from languages better read from `xint64` which is represented as a JSON integer, from languages
where there is no proper 64bit integers support like JavaScriptone can read from where there is no proper 64bit integers support like JavaScript one can read from
`xstr64` which is represented as JSON string (note that the first is not wrapped `xstr64` which is represented as JSON string (note that the first is not wrapped
in "" while the latter is). in "" while the latter is).