Skip to content

SnowPanther37/exam_42_2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exam_42_2020

Somov Evgeniy Дан словарь (Map) – необходимо развернуть словарь в плоскую структуру.

Дано:

{ 'a': { 'b': { 'c': 12, 'd': 'Hello World' }, 'e': [1,2,3] } }

Ожидаемый результат

{ 'a/b/c': 12, 'a/b/d': 'Hello World', 'a/e': [1,2,3] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%