It seems like the Java SDK doesn't support floats. Is that something that should be supported? I suppose this can be worked around with strings, but I wonder if decimal values are important enough to be supported, especially fractional values like .5 could be practical.
Relevant part of the spec: https://github.com/open-feature/spec/blob/main/specification/types.md#number
It seems like the Java SDK doesn't support floats. Is that something that should be supported? I suppose this can be worked around with strings, but I wonder if decimal values are important enough to be supported, especially fractional values like .5 could be practical.
Relevant part of the spec: https://github.com/open-feature/spec/blob/main/specification/types.md#number