{output, jsx:encode(Object),
[{<<"Content-Type">>, <<"application/json">>}]}Hi!I use my erlydtl branch https://github.com/dcy/erlydtl, and it can use maps.But i found that i can't return json with maps.The controller code "{ok, [{account, Account}]}" works fine, the Account is maps.And the controller code "{json, [{recommend_game, maps:to_list(RecommendGame)}]}" works fine, and "{json, [{recommend_game, RecommendGame}]}" does not work.How can i return json with maps?