Crate scjson

Crate scjson 

Source
Expand description

“”“ Agent Name: rust-lib

Part of the scjson project. Developed by Softoboros Technology Inc. Licensed under the BSD 1-Clause License. “”“ Library providing basic SCXML <-> scjson conversion.

Modules§

scjson_props

Enums§

ScjsonError
Errors produced by conversion routines.

Functions§

json_to_xml
Convert a scjson string to SCXML.
json_to_xml_opts
Convert a scjson string to SCXML using options.
xml_to_json
Convert an SCXML string to scjson.