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§
Enums§
- Scjson
Error - 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.