Supports nested dict, list within a dict
Usage Example:
data = {
'name': 'Hassan',
'detail': {
'country': 'Pakistan',
| # This file contains the fastlane.tools configuration | |
| # You can find the documentation at https://docs.fastlane.tools | |
| default_platform(:ios) | |
| platform :ios do | |
| desc "Description for the lane" | |
| lane :metrics do | |
| scan(scheme: "Yummy", | |
| code_coverage: true, |
| #!/bin/bash | |
| # | |
| # .env must exist in this format OR define these keys in this file | |
| # PROJECT_NAME=testproject | |
| # IOS_KEY_NAME= | |
| # IOS_ISSUER= | |
| # | |
| WORKSPACE="." |