<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://modding.bcs.place/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://modding.bcs.place/feed.php">
        <title>Blockland Modding - scripting:doc:u:jsonhash</title>
        <description></description>
        <link>https://modding.bcs.place/</link>
        <image rdf:resource="https://modding.bcs.place/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T02:58:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:clear?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:describe?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:get?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:getkey?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:getlength?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:iskey?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:isvalue?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:onadd?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:onremove?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:remove?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:set?rev=1772782356&amp;do=diff"/>
                <rdf:li rdf:resource="https://modding.bcs.place/scripting:doc:u:jsonhash:setdefault?rev=1772782356&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://modding.bcs.place/_media/wiki:dokuwiki.svg">
        <title>Blockland Modding</title>
        <link>https://modding.bcs.place/</link>
        <url>https://modding.bcs.place/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:clear?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>clear</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:clear?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::clear

There is no doc-string available for this function.

Syntax


script JSONHash::clear(string %this, string %noDelete);


Parameters

string %this

No description available.

string %noDelete

No description available.

Return value

script

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:describe?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>describe</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:describe?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::describe

There is no doc-string available for this function.

Syntax


script JSONHash::describe(string %this, string %depth);


Parameters

string %this

No description available.

string %depth

No description available.

Return value

script

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:get?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>get</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:get?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::get

There is no doc-string available for this function.

Syntax


script JSONHash::get(string %this, string %key, string %default);


Parameters

string %this

No description available.

string %key

No description available.

string %default

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:getkey?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getkey</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:getkey?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::getKey

There is no doc-string available for this function.

Syntax


script JSONHash::getKey(string %this, string %index);


Parameters

string %this

No description available.

string %index

No description available.

Return value

script

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:getlength?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>getlength</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:getlength?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::getLength

There is no doc-string available for this function.

Syntax


script JSONHash::getLength(string %this);


Parameters

string %this

No description available.

Return value

script

No description available.

Remarks

Examples

Source

Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/support/jettison.cs:718</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:iskey?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>iskey</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:iskey?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::isKey

There is no doc-string available for this function.

Syntax


script JSONHash::isKey(string %this, string %key);


Parameters

string %this

No description available.

string %key

No description available.

Return value

script

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:isvalue?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>isvalue</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:isvalue?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::isValue

There is no doc-string available for this function.

Syntax


script JSONHash::isValue(string %this, string %value);


Parameters

string %this

No description available.

string %value

No description available.

Return value

script

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:onadd?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>onadd</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:onadd?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::onAdd

There is no doc-string available for this function.

Syntax


script JSONHash::onAdd(string %this);


Parameters

string %this

No description available.

Return value

script

No description available.

Remarks

Examples

Source

Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/support/jettison.cs:699</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:onremove?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>onremove</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:onremove?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::onRemove

There is no doc-string available for this function.

Syntax


script JSONHash::onRemove(string %this);


Parameters

string %this

No description available.

Return value

script

No description available.

Remarks

Examples

Source

Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/support/jettison.cs:704</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:remove?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>remove</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:remove?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::remove

There is no doc-string available for this function.

Syntax


script JSONHash::remove(string %this, string %key, string %noDelete);


Parameters

string %this

No description available.

string %key

No description available.

string %noDelete

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:set?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>set</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:set?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::set

There is no doc-string available for this function.

Syntax


script JSONHash::set(string %this, string %key, string %value);


Parameters

string %this

No description available.

string %key

No description available.

string %value

No description available.</description>
    </item>
    <item rdf:about="https://modding.bcs.place/scripting:doc:u:jsonhash:setdefault?rev=1772782356&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T07:32:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>setdefault</title>
        <link>https://modding.bcs.place/scripting:doc:u:jsonhash:setdefault?rev=1772782356&amp;do=diff</link>
        <description>JSONHash::setDefault

There is no doc-string available for this function.

Syntax


script JSONHash::setDefault(string %this, string %key, string %value);


Parameters

string %this

No description available.

string %key

No description available.

string %value

No description available.</description>
    </item>
</rdf:RDF>
