WJb Docs - Reference
Browse APIs, configuration options, interfaces, and implementation details.
⚡ Actions
🔀 Workflow
📦 Jobs
⚙️ Runtime
💾 Persistence
🗄 Storage
🧩 Workflow Metadata
🛠 Extensions & Helpers
JsonHelper
Provides utility methods for JSON serialization, deserialization, and manipulation.
JsonHelper centralizes common JSON-related functionality used throughout the WJb ecosystem.
Purpose
Use JsonHelper to work with JSON data through a consistent and reusable API.
Application
↓
JsonHelper
↓
JSON Data
Responsibilities
- Serializing objects to JSON
- Deserializing JSON to objects
- Simplifying JSON processing
- Providing reusable JSON utilities
- Reducing repetitive code
Typical Usage
Object
↓
JsonHelper
↓
JSON
or
JSON
↓
JsonHelper
↓
Object
Benefits
- Consistent JSON handling
- Simplified application code
- Reusable utility methods
- Improved maintainability
Related Types
- JobCommand
- JobAction
- EnqueueInfo
- IWJb
See Also
- JobCommand
- JobAction
- EnqueueInfo