Please help me. I am working n/w domain project. I have config file like this.
Main
{
NetworkAccess 1;
MaxCPE 3;
GlobalPrivacyEnable 1;
BaselinePrivacy
{
AuthTimeout 10;
ReAuthTimeout 10;
AuthGraceTime 600;
OperTimeout 10;
ReKeyTimeout 10;
TEKGraceTime 600;
AuthRejectTimeout 60;
SAMapWaitTimeout 1;
SAMapMaxRetries 4;
}
UsServiceFlow
{
UsServiceFlowRef 1;
QosParamSetType 7;
ServiceClassName "USFLOW_NAME";
}
DsServiceFlow
{
DsServiceFlowRef 101;
QosParamSetType 7;
ServiceClassName "DSFLOW_NAME";
}
}
I need to convert it into any format like json/xml/java objects. Please help me.
Thanks in advance.