You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When API request returns a numeric value in decimal format (e.g., XX.XX) within the JSON response, JetClient is unable to read or store this value. As a result, a serialization error is thrown during processing.
Steps to reproduce
API call with JSON response, that includes a decimal number (e.g., 1.5).
Expected behavior
The client should correctly parse and handle decimal values in JSON responses without throwing serialization errors as in previous version [2024.3.28]
Environment information:
OS: Windows
IDE version: 2025.1
plugin version: latest 2024.3.29