Getting variable values in PowerModels.jl

No, it did resolve the issue to some extent. However, output for these command are still dictionary which I cannot turn them into matrices easily. For instance following is “branch_order”

6=>-0.0626634
1=>0.0617572
2=>0.0489352
3=>-0.0137282
5=>-0.00976905
4=>-0.00305291

But I need that to be in matrix form

[ 6 , -0.0626634
1 , 0.0617572
2 , 0.0489352
3 ,-0.0137282
5 ,-0.00976905
4 ,-0.00305291]

I will appreciate it if you guide me to turn them to matrices. Thanks in advance!