Henrik continues his look at fluent arrays and strings in PHP with this second part of his series, adding JSON functionality into the mix.
Recently I've had the need to extend the interface further, among other things with JSON support.
I've used code published by Nicolas Crovatti to do this.
His example shows how the script works to plot out some points for a table of stats.
He follows this with...