mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-17 10:59:38 -04:00
fid typo in JSON API README
This commit is contained in:
parent
40adafd386
commit
254640e71a
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue