I am trying to concat two JsonNode objects. ObjectMapper OBJECT_MAPPER = new ObjectMapper(); JsonNode body = OBJECT_MAPPER.readTree(inputStream); JsonNode Resul
so i notice that if i run it like this it works. Gets my name and prints the talk method with the name inside the string. but if i take out the input and put th
I have a sheet with rows prepended by an app (call this primary sheet). I want to create a secondary sheet that will auto update when the primary sheet is upda
I am trying to debug my React Native Application. As my React Native application is created using expo. I had tried to use React Native Debugger which is introd
Tried this code but it wont return the expected output. The list that i have doesnt have single quote. def curlCmd = sh(script: "<some curl cmd POST>", re
I wrote a fullstack django ticketing system for a company. Everything works, login, register, posting a ticket, database, send mail to admin. Only thing that is
I was wondering how the response body should look like when the HttpStatus is 207 Multi-status. I failed to find any examples online. I was thinking something l