I have described in this article HERE how to embed your own custom front-end app inside SalesForce page with Aura Component. I mean by “Front-end” app, the application written in VueJS, ReactJS, Angular or in pure JavaScript. I will continue here article mentioned earlier. Embedding you custom front-end gives really huge possibilities of extending your SalesForce instance. You can build…
Tag: json
If you need to build very simple REST API with PHP you are in right place! I needed some time ago to build very simple REST API in PHP. I had to use PHP – this was the only back-end technology in my project and at that moment, my skills were pure in PHP. I was looking for a very…
JSON flatify is an application which allows you to copy-paste JSON text or upload a JSON file and convert its content into flat JSON syntax. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON FLATIFY app will consume it, and give you nice and clean FLAT JSON file to…
JSON to CSV is application which allows you to copy-paste JSON text or upload a JSON file and convert its content into CSV file. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON TO CSV app will consume it, and give you nice and clean CSV file to download.…
Excel to JSON is an application which allows you to upload a Excel file and convert its content into JSON file. You can upload any kind of Excel extensions, like XLS, XLSX or Open Office Calc – ODS. As the result you will download a nice and clean JSON file. JSON data format is widely used in software development…
CSV to JSON is an application which allows you to upload a CSV file and convert its content into JSON file. As the result you will download a nice and clean JSON file. JSON data format is widely used in software development and in many other jobs where users are working on data, especially, when in usage are more…
JSON to Excel is application which allows you to copy-paste JSON text or upload a JSON file and convert its content into Excel XLS file. You can use here whatever JSON syntax you want – even complex nested objects and arrays with values, and JSON TO EXCEL app will consume it, and give you nice and clean Excel XLS file…