Skip to content

JetClient fails to process decimal values from JSON response #143

@KlaraMik

Description

@KlaraMik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions