Skip to content

MultiLangString.prototype.toJSON() - #119

Merged
dwhieb merged 2 commits into
masterfrom
tojson
Mar 2, 2020
Merged

MultiLangString.prototype.toJSON()#119
dwhieb merged 2 commits into
masterfrom
tojson

Conversation

@dwhieb

@dwhiebdwhieb commented Mar 2, 2020

Copy link
Copy Markdown
Member

This PR changes the stringification behavior of MultiLangString, so that it stringifies as an Object hash. (closes#38)

Checklist

  • Check out the Contributing Guidelines if you need help getting started with your pull request.

  • Open an issue for the change (if one doesn't already exist).

  • Update tests for planned changes. Check that they are failing. (npm test)

  • Write code to pass the tests. (npm test)

  • Add inline code commenting (using JSDoc style). Add links to cross-referenced modules, and the DLx data format.

  • Generate the developer documentation (npm run docs) and check your changes by opening docs/index.html in a browser.

@dwhiebdwhieb self-assigned this Mar 2, 2020
@dwhiebdwhieb added the feature Changes that affect the API label Mar 2, 2020
@dwhieb
dwhieb merged commit 6d11090 into masterMar 2, 2020
@dwhieb
dwhieb deleted the tojson branch March 2, 2020 23:11
@dwhiebdwhieb removed their assignment Mar 3, 2020
@dwhiebdwhieb self-assigned this Aug 18, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

featureChanges that affect the API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MultiLangString should stringify as an Object

1 participant

@dwhieb