I solved this doubt using an Activity, first creating a Page-New step with the class that contains the same properties as the JSON. In this case the class I used for the new page had the properties of “Title”, “URL” and “Category”.
Then, in a Property-Set step I used the boolean function @importJsonOntoPage(String json,ClipboardPage cbPage).
I mapped the function to a boolean Parameter and the three values from the JSON were mapped to the correct properties of the Page and the class.