<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Mic,<br><br>I just added a entry on mantis, with the description.<br><br>Thanks!<br><br><div><hr id="stopSpelling">Date: Mon, 21 Oct 2013 10:56:23 -0700<br>From: cmickeyb@gmail.com<br>To: opensim-dev@lists.berlios.de<br>Subject: Re: [Opensim-dev] How to properly enable JsonStore<br><br><div dir="ltr">Could you open a mantis entry & add the compile error? <div><br></div><div>--mic</div><div><br></div></div><div class="ecxgmail_extra"><br><br><div class="ecxgmail_quote">On Mon, Oct 21, 2013 at 8:21 AM, phantom <span dir="ltr"><<a href="mailto:phantom2024@hotmail.com" target="_blank">phantom2024@hotmail.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">Hi!<br>
Im doing some tests on opensim 0.7.6, running under windows 7 64 bits, with<br>
the OpenSim.32BitLaunch.exe. I want to use JsonStore functions on my<br>
scripts, like JsonGetValue, or JsonGetJson. I read how to enable json store<br>
in this site: <a href="http://opensimulator.org/wiki/JsonStore_Module" target="_blank">http://opensimulator.org/wiki/JsonStore_Module</a>.<br>
But i am only able to get working JsonCreateStore and JsonDestroyStore. When<br>
i try to use JsonGetValue or JsonGetJson i get the following compile error:<br>
The name 'JsonGetValue' does not exist in the current context.<br>
The same goes for JsonGetJson.<br>
<br>
The test script is:<br>
<br>
key storeID;<br>
default<br>
{<br>
    touch_start(integer n)<br>
    {<br>
        storeID = JsonCreateStore("{ 'foo' : { 'bar' : 'one' } }");<br>
        llOwnerSay(JsonGetValue(storeID, "foo.bar"));<br>
        JsonDestroyStore(storeID);<br>
    }<br>
}<br>
<br>
I appreciate any help. Thanks!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://opensim-dev.2196679.n2.nabble.com/How-to-properly-enable-JsonStore-tp7578850.html" target="_blank">http://opensim-dev.2196679.n2.nabble.com/How-to-properly-enable-JsonStore-tp7578850.html</a><br>

Sent from the opensim-dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br>
</blockquote></div><br></div>
<br>_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev</div>                                         </div></body>
</html>