skip to Main Content

sed/awk hide/mask field in a json file

I am trying to mask/hide a value of a field in a json file. I have json that looks something like this: "PLUSDATA": { "global": { "auth_type": "login", "passkey": "SENSETIVE_CONTENT_TO_BE_HIDDEN", "src_intf": "Loopback0", "timeout": "5" } }, I'd like to parse…

VIEW QUESTION

Json – please help me how can i solve this

| Build failed with an exception. What went wrong: Execution failed for task ':app:processDebugGoogleServices'. File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location: C:UsersdellAndroidStudioProjectstodo_appandroidappsrcdebuggoogle-services.json C:UsersdellAndroidStudioProjectstodo_appandroidappsrcgoogle-services.json C:UsersdellAndroidStudioProjectstodo_appandroidappgoogle-services.json

VIEW QUESTION

images doesn't save as array in database laravel

I want to save images in db like: { "1":"accounts/29cc60f2-c018-403c-80a9-94cda509e0f7.jpeg", "2":"accounts/c2658592-526a-426e-9834-084e0252c4c5.jpeg", "3":"accounts/3db1d928-e32f-4f3e-b41e-c99ffefec952.jpeg", "4":"accounts/4d421a36-dc7e-4252-b806-17467a515aa7.jpeg" } but in response just recieve one data in output in db like : ["property/March2023/535856080.png"] in my code : in model : protected $fillable = [ 'images',…

VIEW QUESTION
Back To Top
Search