Data encoding, decoding, and templating components.
| Component | Description |
|---|---|
| JSON Encode | Serialize data to JSON |
| JSON Decode | Parse JSON string into structured data |
| XML Encode | Serialize data to XML |
| JWT Encoder | Create signed JSON Web Tokens |
| Go Template Engine | Render output using Go text/template syntax |
helm repo add tinysystems https://tiny-systems.github.io/module/
helm install encoding-module tinysystems/tinysystems-operator \
--set controllerManager.manager.image.repository=ghcr.io/tiny-systems/encoding-modulego run cmd/main.go run --name=encoding-module --namespace=tinysystems --version=1.0.0This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.
This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.