I'm writing a simple script to make small adjustments in #json documents with #jsonPath and #javaScript .

Well it was simple until I wanted to add #yaml support and process a document with ISO formatted date-time strings.

How to force any YAML package to quote date-time strings without quoting all strings?

#programming #nodeJs