INI to JSON
INI is the old-school config format (.gitconfig, php.ini, desktop entries). This reads one as JSON, with [sections] becoming nested objects. INI has no types, so every value comes through as a string rather than a number or boolean.
INI is the old-school config format (.gitconfig, php.ini, desktop entries). This reads one as JSON, with [sections] becoming nested objects. INI has no types, so every value comes through as a string rather than a number or boolean.