Click here to Skip to main content
15,919,434 members

Comments by Member 13888852 (Top 4 by date)

Member 13888852 9-Jul-18 0:30am View    
What do you mean by indented how can I get my code working
Member 13888852 4-Jul-18 8:17am View    
i have updated with code please consult
Member 13888852 4-Jul-18 8:02am View    
can u please help with the code to supply multiple files
i have used this code to read single file
using (FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read))
{
_orderRequest = (OrderRequest)JsonReader.ReadRecord(fs, _recordManager, TicketingRecordNames.OrderRequest);
}
Member 13888852 4-Jul-18 7:28am View    
but how can i combine three json text files data to one