Convert dictionary to json

BLAZE-YOUSSEF

New member
Hello, I was making my macro, everything was okay until I tried to send a json with http request I found just the parse action which converts from json to dictionary. Any way to do that?
 

MacroDroidDev

Administrator
Staff member
There is no automated way to create Json from a dictionary I'm afraid. It's certainly something I can consider adding in the future.

It would be possible to create your own JSON output mechanism by using the dictionary iterator, but I understand it would be much easier if there was an action that could already do this.
 
Top