diff --git a/waspc/src/Wasp/Util/Json.hs b/waspc/src/Wasp/Util/Json.hs index fce6b959d9..dc7128ec1b 100644 --- a/waspc/src/Wasp/Util/Json.hs +++ b/waspc/src/Wasp/Util/Json.hs @@ -6,7 +6,7 @@ import qualified System.Process as P import Wasp.Util.Aeson (decodeFromString) -- | Uses Node.js to parse JSON with comments by treating it as a JavaScript object. --- We used this technique because Aeson can't handle it and we didn't want to write +-- We use this technique because Aeson can't read JSON with comments and we didn't want to write -- a custom parser. parseJsonWithComments :: FromJSON a => String -> IO (Either String a) parseJsonWithComments jsonStr = do