Free: ifNotEmptyAddLeftRight and format date & time

The free plugin (from 1.3.15 on) can format date and time – and use “ifNotEmptyAddLeftRight” with “html” and “purejsondata”.
Check https://api.json-content-importer.com/extra/json/freejson.php for some JSON example-data.
This can be displayed with the free JCI-Plugin in this way:
[[jsoncontentimporter url=https://api.json-content-importer.com/extra/json/freejson.php]
myfield: {myfield}<br>
myfield with invalid link: {myfield:html}<br>
myfield with valid link: {myfield:purejsondata,ifNotEmptyAddLeftRight:left##right##}<br>
jsontimestamp: {jsontimestamp}<br>
formatted jsontimestamp ("172801" is the timezoneoffset in seconds aka 48 hours plus 1 seconds): {jsontimestamp:datetime,d-m-Y H.i.s,172801}<br>
jsondate: {jsondate}<br>
formatted jsondate ("259202" is the timezoneoffset in seconds aka 72 hours plus 2 seconds): {jsondate:datetime,m-d-Y, H-i-s,259200}
[/jsoncontentimporter]]

See it in action:
myfield: Hey great <a href="https://wordpress.org">link</a>
myfield with invalid link: Hey great link
myfield with valid link: leftHey great linkright
jsontimestamp: 1714176581
formatted jsontimestamp (“172801” is the timezoneoffset in seconds aka 48 hours plus 1 seconds): 29-04-2024 00.09.42
jsondate: 27.04.2024, 02:09:41
formatted jsondate (“259202” is the timezoneoffset in seconds aka 72 hours plus 2 seconds): 04-30-2024, 02-09-41