L
little geek
Guest
Hey friends
I need your hepl about state machine, I have a file JSON and I have to form keys
example:
{
"PERSONNE":{
"NOM": "Marc",
"PRENOM":"Remy";
}
"ADRESSE":{
"MAIL":"aaa@gmail.com";
"CODEPOSTAL": "11111";
}
}
the keys you get should look like this:
PERSONNE.NOM
PERSONNE.PRENOM
ADRESSE.MAIL
ADRESSE.CODEPOSTAL
I've tried a lot of things, but nothing so far.
thanks for your help
Continue reading...
I need your hepl about state machine, I have a file JSON and I have to form keys
example:
{
"PERSONNE":{
"NOM": "Marc",
"PRENOM":"Remy";
}
"ADRESSE":{
"MAIL":"aaa@gmail.com";
"CODEPOSTAL": "11111";
}
}
the keys you get should look like this:
PERSONNE.NOM
PERSONNE.PRENOM
ADRESSE.MAIL
ADRESSE.CODEPOSTAL
I've tried a lot of things, but nothing so far.
thanks for your help
Continue reading...