Avalados por :
Json.IsValidJson(json_string) : Returns true for valid JSON
Json.GetArrayLength(keys, json_string) : Returns the total array length for the keys passed.
Json.IsValidJson(json_string)
import ABSL;
import AP.PDI.Utilities;
var JsonString = "{\"d\": {\"results\": [{ \"__metadata\": { \"type\": \"EmployeeDetails.Employee\" }, \"UserID\": \"E12012\",\"RoleCode\": \"35\"}]}}";
var Result = Json.IsValidJson(JsonString);
KeysTable : Table consisting of keys for which value is required.
JsonS tring : JSON string consisting the keys passed
After executing the API, the function returns the following parameter in the resulting structure.
Key : Key passed in the importing parameter.
Value : Value obtained for the key passed.
No hay respuestas para mostrar
Se el primero en responder
contacto@primeconsultor.com
+1 (305) 285-8622
© 2025 Todos los derechos reservados.
Desarrollado por Prime Consultor