From 6e1ad9296320a87d85fe5105abcf2d47e3e5ebed Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Jun 2026 17:18:16 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- serialize.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serialize.js b/serialize.js index e25e1a5..18cac39 100644 --- a/serialize.js +++ b/serialize.js @@ -789,6 +789,8 @@ function(str, options){ // utils... +// Concert eJSON to vanilla JSON if possible... +// // NOTE: this will fail on any non-vanilla data... var toVanilla = module.toVanilla =