In my use case, I had to parse PGN this way for my book opening apps.
Transformed result later
{ 1: { black: 'c6' white: 'e4' fen: ... } }
Thanks to @metalsadmin for the leads