jws_compute()
allows to extract all the SA-Items as java object.
Examples
# Load a Workspace
file <- system.file("workspaces", "test.xml", package = "rjd3workspace")
jws <- jws_open(file)
# Compute the workspace to access its components
jws_compute(jws)