When a collection is added to a plain object, the resulting JSON is not valid (a curly bracket is missing). For example:
```
oObj = CREATEOBJECT("empty")
ADDPROPERTY(oObj, "stuff", CREATEOBJECT("collection"))
tcMsg = nfjsoncreate(oObj , .T.)
```
produces:
```
{
"stuff_kl_collection":{
"collectionitems": [
]
}
```
Thank you in advance!
Comments: ** Comment from web user: mplazac **
```
oObj = CREATEOBJECT("empty")
ADDPROPERTY(oObj, "stuff", CREATEOBJECT("collection"))
tcMsg = nfjsoncreate(oObj , .T.)
```
produces:
```
{
"stuff_kl_collection":{
"collectionitems": [
]
}
```
Thank you in advance!
Comments: ** Comment from web user: mplazac **
Hi, thanks for posting,
bug already fixed.
Check latest download.