WJb Docs - Reference
Browse APIs, configuration options, interfaces, and implementation details.
⚡ Actions
🔀 Workflow
📦 Jobs
⚙️ Runtime
💾 Persistence
🗄 Storage
🧩 Workflow Metadata
🛠 Extensions & Helpers
JsonObjectExtensions
Provides extension methods for working with JSON objects.
JsonObjectExtensions contains helper methods that simplify reading, updating, querying, and transforming JSON object structures.
Purpose
Use JsonObjectExtensions to work with JSON objects through a convenient and reusable API.
Application
↓
JsonObjectExtensions
↓
JsonObject
Responsibilities
- Simplifying JSON object access
- Providing reusable helper methods
- Supporting JSON transformations
- Reducing repetitive code
- Improving developer productivity
Typical Usage
JsonObject
↓
JsonObjectExtensions
↓
Processed Data
Extension methods allow common JSON operations to be expressed with less code.
Benefits
- Cleaner application code
- Consistent JSON handling
- Reusable functionality
- Easier maintenance
Related Types
- JsonHelper
- JobCommand
- JobAction
- EnqueueInfo
See Also
- JsonHelper
- JobCommand
- JobAction