# NOT RUN {
# Decode an encoded string:
str <- "SGVsbG8gV29ybGQh"
j_decode(str, json = FALSE)
# Decode an encoded json:
encoded_json <- "W3sibXNnIjogIkhlbGxvIFdvcmxkISIsICJqc29uIjogdHJ1ZX1d"
j_decode(encoded_json)
# }
Run the code above in your browser using DataLab