CRAN/E | json64

json64

A 'Base64' Encode/Decode Package with Support for JSON Output/Input and UTF-8

Installation

About

Encode/Decode 'base64', with support for JSON format, using two functions: j_encode() and j_decode(). 'Base64' is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation, used when there is a need to encode binary data that needs to be stored and transferred over media that are designed to deal with textual data, ensuring that the data will remain intact and without modification during transport. On the other side, JSON (JavaScript Object Notation) is a lightweight data-interchange format. Easy to read, write, parse and generate. It is based on a subset of the JavaScript Programming Language. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. JSON structure is built around name:value pairs and ordered list of values. The first function, j_encode(), let you transform a data.frame or list to a 'base64' encoded JSON (or JSON string). The j_decode() function takes a 'base64' string (could be an encoded JSON) and transform it to a data.frame (or list, depending of the JSON structure).

Key Metrics

Version 0.1.3
Published 2019-06-03 1933 days ago
Needs compilation? no
License MIT
License File
CRAN checks json64 results

Downloads

Yesterday 2 0%
Last 7 days 41 -7%
Last 30 days 196 +31%
Last 90 days 520 +18%
Last 365 days 2.087 -6%

Maintainer

Maintainer

Mauricio Santelices

Authors

Mauricio Santelices

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

jsonlite