Posts by THIAGO TIERRE • 23 points
1 post
-
2
votes2
answers787
viewsQ: How to select the logUser attribute only on the main JSON object using Regex
I need to select the attribute logUser only in the JSON main object if it comes with value or null. Ex: logUser: 100 | logUser: null { "id": 1, "numeracao": "001", "logUser": 100, "permissionario":…