Package: rtson 1.6.1
rtson: Typed JSON
TSON, short for Typed JSON, is a binary-encoded serialization of JSON like document that support JavaScript typed data (https://github.com/tercen/TSON).
Authors:
rtson_1.6.1.tar.gz
rtson_1.6.1.tgz(r-4.4-x86_64)rtson_1.6.1.tgz(r-4.4-arm64)rtson_1.6.1.tgz(r-4.3-x86_64)rtson_1.6.1.tgz(r-4.3-arm64)
rtson_1.6.1.tar.gz(r-4.5-noble)rtson_1.6.1.tar.gz(r-4.4-noble)
rtson.pdf |rtson.html✨
rtson/json (API)
# Install 'rtson' in R: |
install.packages('rtson', repos = c('https://tercen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tercen/tson/issues
Last updated 6 years agofrom:bf1436e899. Checks:OK: 1 ERROR: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | ERROR | Nov 03 2024 |
R-4.4-mac-x86_64 | ERROR | Nov 03 2024 |
R-4.4-mac-aarch64 | ERROR | Nov 03 2024 |
R-4.3-mac-x86_64 | ERROR | Nov 03 2024 |
R-4.3-mac-aarch64 | ERROR | Nov 03 2024 |
Exports:fromJSONfromTSONreadTSONtoJSONtoTSONtson.charactertson.doubletson.float32.vectson.inttson.int16.vectson.int64.vectson.int8.vectson.maptson.scalartson.uint16.vectson.uint32.vectson.uint64.vectson.uint8.vecwriteTSON
Dependencies:R6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Deserialize a raw vector | fromTSON |
Deserialize a connection | readTSON |
Serialize a list | toTSON |
Make a tson character | tson.character |
Make a tson double | tson.double |
Make a tson float32 vector | tson.float32.vec |
Make a tson integer | tson.int |
Make a tson int16 vector | tson.int16.vec |
Make a tson int16 vector | tson.int64.vec |
Make a tson int8 vector | tson.int8.vec |
Make a tson map | tson.map |
Make a tson scalar (ie: singleton) | tson.scalar |
Make a tson uint16 vector | tson.uint16.vec |
Make a tson uint32 vector | tson.uint32.vec |
Make a tson uint64 vector | tson.uint64.vec |
Make a tson uint8 vector | tson.uint8.vec |
Serialize a list | writeTSON |