A simple wrapper for json5.stringify. This is abstracted so that we don't have to worry about remembering how to import json5 because a wrong import (like import * as json5 from 'json5') will fail at runtime but not at build time.
json5.stringify
import * as json5 from 'json5'
A simple wrapper for
json5.stringify
. This is abstracted so that we don't have to worry about remembering how to import json5 because a wrong import (likeimport * as json5 from 'json5'
) will fail at runtime but not at build time.