Product counter must be a string
The readme should indicate
"product_counter" : "1"
and not
"product_counter" : 1
or we should cast it as string in the code
The readme should indicate
"product_counter" : "1"
and not
"product_counter" : 1
or we should cast it as string in the code