Home » U++ Library support » U++ Core » Jsonize problem with Null
Jsonize problem with Null [message #36166] |
Tue, 08 May 2012 11:17  |
 |
koldo
Messages: 3437 Registered: August 2008
|
Senior Veteran |
|
|
Hello Mirek
This problem launches a NEVER() in ValueType:
Vector<Value> a, b;
a.Add();
String json = StoreAsJson(a);
LoadFromJson(b, json);
json String is set to "[null]".
It seems that while StoreAsJson() can save Vectors with Nulls, LoadFromJson() is reluctant to them.
Best regards
Iñaki
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Wed Jun 11 02:46:40 CEST 2025
Total time taken to generate the page: 0.03297 seconds
|