Helper for printing a JSON named list to the console Can alternatively print the output to a text file at filePath
1 | .print(self, obj, filePath = "")
|
self |
self |
obj |
named list to print (usually the result of another function) |
filePath |
(string) if present, creates the file and writes the output in it |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.