Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert YAML to JSON with menu fails #2441

Closed
bep opened this issue Sep 13, 2016 · 4 comments · Fixed by #4138
Closed

Convert YAML to JSON with menu fails #2441

bep opened this issue Sep 13, 2016 · 4 comments · Fixed by #4138
Milestone

Comments

@bep
Copy link
Member

bep commented Sep 13, 2016

Error: json: unsupported type: map[interface {}]interface {}
@bep bep added the Bug label Sep 13, 2016
@bep
Copy link
Member Author

bep commented Sep 13, 2016

go-yaml/yaml#139

@bep
Copy link
Member Author

bep commented Feb 28, 2017

This issue has been automatically marked as stale because it has not been commented on for at least four months.

The resources of the Hugo team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.

This issue will automatically be closed in four months if no further activity occurs. Thank you for all your contributions.

@bep bep added the Stale label Feb 28, 2017
@bep
Copy link
Member Author

bep commented Mar 1, 2017

Note/Update: This issue is marked as stale, and I may have said something earlier about "opening a thread on the discussion forum". Please don't.

If this is a bug and you can still reproduce this error on the latest release or the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, and you feel that it is still relevant and valuable, please tell us why.

@bep bep removed the Stale label Apr 9, 2017
@bep bep modified the milestone: v0.23 Jun 8, 2017
@bep bep modified the milestones: v0.23, v0.24, v0.25 Jun 16, 2017
@bep bep modified the milestones: v0.25, v0.26 Jun 25, 2017
@bep bep modified the milestones: v0.26, v0.27 Aug 6, 2017
@bep bep modified the milestones: v0.27, v0.28 Sep 7, 2017
@bep bep removed this from the v0.28 milestone Sep 21, 2017
@bep bep modified the milestones: v0.29, v0.30 Sep 26, 2017
@bep bep modified the milestones: v0.30, v0.31 Oct 13, 2017
@bep bep modified the milestones: v0.31, v0.32 Oct 30, 2017
dmgawel added a commit to dmgawel/hugo that referenced this issue Dec 1, 2017
Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes gohugoio#2441, gohugoio#4083
dmgawel added a commit to dmgawel/hugo that referenced this issue Dec 6, 2017
Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes gohugoio#2441, gohugoio#4083
dmgawel added a commit to dmgawel/hugo that referenced this issue Dec 6, 2017
Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes gohugoio#2441, gohugoio#4083
@bep bep modified the milestones: v0.32, v0.33 Dec 16, 2017
@bep bep modified the milestones: v0.33, v0.34 Jan 11, 2018
@bep bep modified the milestones: v0.34, v0.35, v0.36 Jan 22, 2018
@bep bep modified the milestones: v0.36, v0.37 Feb 3, 2018
@bep bep closed this as completed in #4138 Feb 9, 2018
bep pushed a commit that referenced this issue Feb 9, 2018
Recurse through result of yaml package parsing and change all
maps from map[interface{}]interface{} to map[string]interface{}
making them jsonable and sortable.

Fixes #2441, #4083
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant