SimpleJSON
SimpleJSON copied to clipboard
Initializer lists
Why not to use STL-like syntax for initializing pairs of elements?
Like this: map <int, int> example = { {1, 5}, {4, 7} }