This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Erweiterte JSON, die auch spezielle Objekte parst und zu JSON umwandelt: | |
//Objekte, die sich selbst enthalten | |
//Objekte, die Funktionen enthalten | |
var JSONE = {}; | |
JSONE.to = {}; | |
JSONE.to.removeCycle = function(obj,already = [],lvl = 1,path="PATH#obj"){ | |
if(typeof obj === "object") | |
{ | |
for(var i in already) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Snippet: [[SnippetName]] | |
Chunk: [[$ChunkName]] | |
System Setting: [[++SettingName]] | |
TV: [[*fieldName/TvName]] | |
Link tag: [[~PageId? ¶mName=`value`]] | |
Placeholder: [[+PlaceholderName]] | |
<?php |