load_from_json: Fill-in S4 object from the JSON content.

View source: R/generic.R

load_from_jsonR Documentation

Fill-in S4 object from the JSON content.

Description

Fill-in S4 object from the JSON content.

Usage

load_from_json(object, json)

## S4 method for signature 'theta,json_element'
load_from_json(object, json)

## S4 method for signature 'omega,json_element'
load_from_json(object, json)

## S4 method for signature 'sigma,json_element'
load_from_json(object, json)

## S4 method for signature 'campsis_model,json_element'
load_from_json(object, json)

## S4 method for signature 'campsis_model,character'
load_from_json(object, json)

Arguments

object

pre-initiated S4 object

json

JSON (usually a list)

Value

the loaded S4 object


campsismod documentation built on July 30, 2026, 9:06 a.m.