Hi, from the docs:
json.Start()
json.Save(CustomerTable,'.\customer.json','',json:Object)
You can use a Group, Queue, View or File as the structure holding the data being
A file record is a Group so I think you can get the record and ...
json.Save(Cus:record,'.\customer.json','',json:Object)
Regards