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
Because of #304 the Genie JSON renderer uses JSON3, so I have to make my own renderer. The upstream projects have open issues[1][2] to address this unexpected type behavior but it doesn't look like anyone is working them. It would be nice to perhaps add a keyword argument to the Genie renderer to choose which backing package to use.
Stipple.jl is part of the GenieFramework.
It's a page renderer for Vue.js webpages with bidirectional communication and has it's own render function.
The approach I took could be usable for your Genie page, though.
Do you have may matrices to be converted?
As the JSON3 issue is still open, looks like a good time to add a choice of JSON serializers (between JSON and JSON3) with JSON3 as the default, in Genie.
I'm working on an API that needs to serialize a matrix. The JSON.jl package outputs the following
Which are the results I expect. The JSON3.jl package flattens the array without any information about the original dimensions.
Because of #304 the Genie JSON renderer uses JSON3, so I have to make my own renderer. The upstream projects have open issues[1][2] to address this unexpected type behavior but it doesn't look like anyone is working them. It would be nice to perhaps add a keyword argument to the Genie renderer to choose which backing package to use.
[1] quinnj/JSON3.jl#196
[2] JuliaData/StructTypes.jl#14
The text was updated successfully, but these errors were encountered: