{
    "options": {
        "columns": [
            { "name": "one", "width": 12 },
            { "name": "two", "width": 15 }
        ]
    },
    "data": [
        {
            "one": "includes \u001b[1mbold\u001b[0m words.",
            "two": "includes no ansi formatted words."
        },
        {
            "one": "includes \u001b[31mred\u001b[0m and \u001b[4munderlined\u001b[0m words.",
            "two": "includes no ansi formatted words."
        }
    ]
}
