* Initialize the JSON provider object keys. * * @param {object} obj
(obj)
| 173 | * @param {object} obj |
| 174 | */ |
| 175 | function getKeys(obj) { |
| 176 | for (const key in obj) { |
| 177 | prvKeys.push(key); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Initialize the providers form the JSON object. |