appsmithorg / appsmithorg/appsmith
[Feature] Smart JSON substitution enhancements
Đang mở
Community Reported
Core Query Execution
Enhancement
Integrations Product
Query & JS Pod
Query Widgets & IDE Pod
- Ngôn ngữ chính
- TypeScript
- Star
- 40.9k
- Fork
- 4.8k
- Merge trung bình
- 1 ngày 22 giờ
- Pull request đã merge (30 ngày)
- 45
Mô tả
## Summary
Casting empty values appropriately and automatically can have a high impact when defining JSON payloads.
Today, we need to write verbose ternary operations to cast them accordingly.
For example:
`undefined` is considered incorrect in JSON, so we should have it automatically substituted to `null` during Smart JSON substitution
A screenshot of how verbose it is for users:

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.