According to the Octave documentation of jsonencode the function supports pretty printing of the json data. Unfortunately this does not work with the version of octave build for Nix.
Steps To Reproduce
Steps to reproduce the behavior:
start octave
input at prompt jsonencode ([true; false], "PrettyPrint", true)
get warning: jsonencode: support for the "PrettyPrint" option of RapidJSON was unavailable or disabled when Octave was built
Expected behavior
jsondecode fully supports option PrettyPrint.
Screenshots
N/A
Additional context
I couldn't figure out whether the Octave or RapidJSON package was built incorrectly.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Describe the bug
According to the Octave documentation of jsonencode the function supports pretty printing of the json data. Unfortunately this does not work with the version of octave build for Nix.
Steps To Reproduce
Steps to reproduce the behavior:
jsonencode ([true; false], "PrettyPrint", true)
warning: jsonencode: support for the "PrettyPrint" option of RapidJSON was unavailable or disabled when Octave was built
Expected behavior
jsondecode fully supports option
PrettyPrint
.Screenshots
N/A
Additional context
I couldn't figure out whether the Octave or RapidJSON package was built incorrectly.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Priorities
Add a :+1: reaction to issues you find important.