Skip to content

Proposal: Remove "json" prefix from symbol names in the json package. #17

@m-kru

Description

@m-kru

The json prefix in symbol names in the json package seems to be redundant. If one wants to indicate that symbols come from the json package then he can use:

library json;
   use json.json;

and later refer to them as json.symbol. Right now, even if the scope is small, one has to write long names. In such case the json_ctx also seems to be artificial. One can simply use for example json.IsBoolean.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions