From 37a7d0bfc0f189ca0dddc4d455740bf183674b6f Mon Sep 17 00:00:00 2001 From: ShivajiKharse <115525374+shivaji-dgraph@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:54:02 +0530 Subject: [PATCH] fix(core): Fix regression in parsing json empty string (#9108) Currently when we parse an empty string, a json empty array is returned. This is a regression. This diff fixes it. We disallow any vector of empty length.