Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enhance FieldValue with null handling and type-safe access (#1)
- Implement NullValueHandling.Ignore for JSON serialization - Change Value property from dynamic to object for clarity - Add GetValue<T>() method for type-safe value retrieval
- Loading branch information