Extra Goodies

There are other less known utilities included with Astra that makes the life easier but are not big enough to have their own sections. These include:

Pretty Print

pretty_print function is a wrapper over print function that also lets you print tables as well as other values.

Pretty JSON Table

pretty_json_table recursively converts a table into a pretty formatted JSON string.

String Split

string.split splits a string according to the seperator provided and result into an array of chunks.