naming-conventionsdata-formats

What is the correct name for this data format?


I am a perfectionist and need a good name for a function that parses data that has this type of format:

userID:12,year:2010,active:1

Maybe perhaps

parse_meta_data()

I'm not sure what the correct name for this type of data format is. Please advise! Thanks for your time.


Solution

  • parse_dict or parse_map