(obj)
| 496 | return JSON.stringify(list) |
| 497 | } |
| 498 | function isEmpty(obj) { |
| 499 | return obj == null || typeof obj == 'undefined' |
| 500 | } |
| 501 | function formatCertificate(item) { |
| 502 | const { type, source, target, target_key, target_val } = item |
| 503 | let source_val = null |