JSON <-> XML Nyx / INDI commands.
◆ nyx_xmldoc_to_object()
Convert an XML Nyx / INDI command to the JSON one.
- Parameters
-
xmldoc | The provided XML Nyx / INDI command. |
validate | If true , the input XML command is validated (see nyx_validation_check). |
- Returns
- The generated JSON Nyx / INDI command.
◆ nyx_object_to_xmldoc()
Convert an JSON Nyx / INDI command to the XML one.
- Parameters
-
object | The provided JSON Nyx / INDI command. |
validate | If true , the output XML command is validated (see nyx_validation_check). |
- Returns
- The generated XML Nyx / INDI command.