Translate

JsonTextDecodeMethodDescriptions
Decodes the given JSON encoded value to produce a corresponding AppInventor value. A JSON list `[x, y, z]` decodes to a list `(x y z)`, A JSON object with key A and value B, (denoted as `{A:B}`) decodes to a list `((A B))`, that is, a list containing the two-element list `(A B)`. Use the method JsonTextDecodeWithDictionaries if you would prefer to get back dictionary objects rather than lists-of-lists in the result.
214/4190
SourceTranslationState
364
IsDirectory
Direktori
365
Returns true if the touch sensor is pressed.
Mengembalikan nilai benar jika sensor sentuh ditekan.
366
IsPressed
Ditekan
367
Returns the value of a built-in type (i.e., boolean, number, text, list, dictionary) in its JavaScript Object Notation representation. If the value cannot be represented as JSON, the Screen''s ErrorOccurred event will be run, if any, and the Web component will return the empty string.
Mengembalikan nilai tipe bawaan (yaitu, boolean, angka, teks, daftar, kamus) dalam representasi Notasi Objek JavaScript-nya. Jika nilai tidak dapat direpresentasikan sebagai JSON, acara TerjadiKesalahan Layar akan dijalankan, jika ada, dan komponen Web akan mengembalikan string kosong.
368
JsonObjectEncode
EnkodeObjekJson
369
Decodes the given JSON encoded value to produce a corresponding AppInventor value. A JSON list `[x, y, z]` decodes to a list `(x y z)`, A JSON object with key A and value B, (denoted as `{A:B}`) decodes to a list `((A B))`, that is, a list containing the two-element list `(A B)`. Use the method JsonTextDecodeWithDictionaries if you would prefer to get back dictionary objects rather than lists-of-lists in the result.
Mendekode nilai enkode JSON yang diberikan untuk menghasilkan nilai AppInventor yang sesuai. Daftar JSON `[x, y, z]` diterjemahkan ke daftar `(x y z)`, Objek JSON dengan kunci A dan nilai B, (dilambangkan sebagai `
370
JsonTextDecode
DekodeTeksJson
371
Decodes the given JSON encoded value to produce a corresponding App Inventor value. A JSON list [x, y, z] decodes to a list (x y z). A JSON Object with name A and value B, denoted as {a: b} decodes to a dictionary with the key a and value b.
Mendekode nilai enkode JSON yang diberikan untuk menghasilkan nilai Penemu Aplikasi yang sesuai. Daftar JSON [x, y, z] diterjemahkan ke daftar (x y z). Objek JSON dengan nama A dan nilai B, dilambangkan sebagai \
372
JsonTextDecodeWithDictionaries
DekodeTeksJsonDenganKamus
373
KeepAlive
Pertahankan
374
Derives latitude of given address
Berasal dari garis lintang dari alamat yang diberikan

Loading…

Loading…

Things to check

Glossary

Source Translation
No related strings found in the glossary.

Source information

Context
JsonTextDecodeMethodDescriptions
Source string age
5 months ago
Translation file
appinventor/appengine/src/com/google/appinventor/client/editor/simple/components/i18n/ComponentMethodTranslations_id.properties, string 369
Failing checks