I want to parse the json url in C ++
Budget: ₹600 – ₹1,500 INR
1) I will provide the json url and I need to parse and the data has a url binding so I need to change "en-us" to "ja-jp" update the value
2) there are two types of url in json data
example:
http://support.example.com/kb/3159398 → URL is not changed. Getting Japanese title.
https://support.example.com/en-us/help/40113 → en-US changes to ja-JP. Get title.
3) after update and change i need to add that url title page in my json (title must be in japanese language)
4) the final output will be saved in json format
2) there are two types of url in json data
example:
http://support.example.com/kb/3159398 → URL is not changed. Getting Japanese title.
https://support.example.com/en-us/help/40113 → en-US changes to ja-JP. Get title.
3) after update and change i need to add that url title page in my json (title must be in japanese language)
4) the final output will be saved in json format