/** * FeHelper Json Format Lib */ let JsonFormatEntrance = (function () { "use strict"; let jfContent, jfPre, jfStyleEl, jfOptEl, jfPathEl, formattingMsg; let lastKvovIdGiven = 0; let cachedJsonString = ''; let _initElements = function () { jfContent = $('#jfContent'); if (!jfContent[0]) { jfContent = $('
').appendTo('body'); } jfPre = $('#jfContent_pre'); if (!jfPre[0]) { jfPre = $('
').appendTo('body');
        }

        jfStyleEl = $('#jfStyleEl');
        if (!jfStyleEl[0]) {
            jfStyleEl = $('