27 lines
595 B
JSON
27 lines
595 B
JSON
{
|
|
"output": "LD - Domestik",
|
|
"jenis": "Kadar Maksimum",
|
|
|
|
"table": {
|
|
"columns": [ "No", "Parameter", "Satuan", "Metode Parameter", "Nilai", "Biaya Uji" ],
|
|
"fields": [ "no", "parameter", "satuan", "metode", "nilai", "biaya" ],
|
|
"data": [
|
|
{
|
|
"no": 1,
|
|
"parameter": "pH",
|
|
"satuan": "-",
|
|
"metode": "SNI 6989.11:2019",
|
|
"nilai": "6-9",
|
|
"biaya": 30000
|
|
},
|
|
{
|
|
"no": 2,
|
|
"parameter": "TSS",
|
|
"satuan": "mg/L",
|
|
"metode": "No.45/IKM",
|
|
"nilai": 30,
|
|
"biaya": 50000
|
|
}
|
|
]
|
|
}
|
|
} |