Sort a JavaScript Object/Hash by Nested Value
JavaScript
const data =
const sorted = Object.
.;
sorted.;
Output:
alfa: {"content":"This is Alfa"}
bravo: {"content":"This is Bravo"}
charlie: {"content":"This is Charlie"}
delta: {"content":"This is Delta"}
-- end of line --