<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 May 2019 16:41:06 Z</lastBuildDate><pubDate>22 May 2019 14:38:10 Z</pubDate><description>Bonjour à tous,&#13;
&#13;
J'ai un programme qui utilise des JSON et des Variant pour enregistrer des informations en local.&#13;
Voilà le code de la fonction qui charge et décrypte mon fichier, pour vous donner une idée : &#13;
&#13;
[code:wl]&#13;
_FichierJSON est un JSON&#13;
_Fichier est un Buffer&#13;
_Sauvegarde est un Variant&#13;
&#13;
_Fichier = fChargeTexte(cheminSauvegarde)&#13;
_FichierJSON = DécrypteStandard(_Fichier,CléChiffrage,crypteAES256)&#13;
_Sauvegarde = JSONVersVariant(_FichierJSON)&#13;
&#13;
RENVOYER _Sauvegarde&#13;
[/code]&#13;
&#13;
Je dois créer une configuration Java pour la compatibilité Mac, le problème c'est que le type JSON n'est pas disponible sur cette configuration. Et c'est pourtant quelque chose de très pratique, avec les conversion en Variant.&#13;
Quelqu'un aurait une solution de remplacement qui fonctionnerait en Java ?</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java/read.awp</link><title>JSON et Java</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Alexandre LAVIGNE</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230323/read.awp</comments><pubDate>22 May 2019 16:41:06 Z</pubDate><description>Pas bête, je vais voir si je peux m'en sortir avec Serialise, merci</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230323/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230323/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java/read.awp">JSON et Java</source><title>Re: JSON et Java</title></item><item><author>Popoy</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230319/read.awp</comments><pubDate>22 May 2019 15:56:17 Z</pubDate><description>Le JSON c'est du texte structuré.&#13;
Donc tu peut t'en sortir avec des extraction de chaînes.&#13;
Mais le mieux c'est la fonction ser…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230319/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java-230319/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230313-json-java/read.awp">JSON et Java</source><title>Re: JSON et Java</title></item></channel></rss>
