YAMLParser
|
checkElementExistence traverses a list. The check should be performed wrt. a map ( list search = O(n) / map search = (Olog(n)) )
fetchObject traveses a list. It should rather obtain the value from the corresponding map (list search = O(n) / map search = (O(log(n)) ).