{"id":15890244,"url":"https://github.com/nampdn/dictdotdot.jl","last_synced_at":"2026-03-18T17:07:22.620Z","repository":{"id":56667319,"uuid":"269510026","full_name":"nampdn/DictDotDot.jl","owner":"nampdn","description":"Simple Julia package for setting keys in a `Dict` using dotted string.","archived":false,"fork":false,"pushed_at":"2023-12-15T08:44:27.000Z","size":8,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T07:43:41.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nampdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-05T02:15:07.000Z","updated_at":"2020-06-09T06:47:29.000Z","dependencies_parsed_at":"2024-10-28T10:19:19.195Z","dependency_job_id":null,"html_url":"https://github.com/nampdn/DictDotDot.jl","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ab75c4b3b96532681139ea9c3d53bb3481759a44"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2FDictDotDot.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2FDictDotDot.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2FDictDotDot.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2FDictDotDot.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nampdn","download_url":"https://codeload.github.com/nampdn/DictDotDot.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856689,"owners_count":20844974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T07:04:47.364Z","updated_at":"2025-10-26T01:03:19.337Z","avatar_url":"https://github.com/nampdn.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DictDotDot.jl\n\nSimple Julia package for setting keys in a `Dict` using dotted string.\n\n## Basic Usage\n\n```julia\nusing DictDotDot\n\n# Defind a single Dict\ndict = Dict()\n# Dict{Any, Any}\n\n# Mutating the dict with nested key\ndotset!(dict, \"greeting.message\", \"Hello World!\")\n# (\"greeting\" =\u003e Dict{Any,Any}(\"message\" =\u003e \"Hello World!\"))\n```\n\n## Documentation\n\n```julia\ndotset!(dict::Dict, dottedkey::String, value::Any)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fdictdotdot.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnampdn%2Fdictdotdot.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fdictdotdot.jl/lists"}