Open colcek opened 1 year ago
Create a private method that splits key by . and traverse values until it is found. The method wraps the original value extraction as key[0]
.
key[0]
Fixes #38
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 1 Code Smell
No Coverage information 0.0% Duplication
Create a private method that splits key by
.
and traverse values until it is found. The method wraps the original value extraction askey[0]
Fixes #38