json-fp-special-error ( value -- * ) - Factor Documentation

json-fp-special-error ( value -- * )


Vocabulary
json

Error description
Thrown by JSON serialization when attempting to serialize -1/0. or +1/0. or NaN when json-allow-fp-special? is not enabled.

See also
json-allow-fp-special?

Definition
IN: json

ERROR: json-fp-special-error value ;


Methods
USING: json kernel summary ;

M: json-fp-special-error summary
drop "JSON serialization: illegal float:" ;

AltStyle によって変換されたページ (->オリジナル) /