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

wish: разрешить в JSON комментарии #74

Open
denizzzka opened this issue Jun 10, 2014 · 4 comments
Open

wish: разрешить в JSON комментарии #74

denizzzka opened this issue Jun 10, 2014 · 4 comments
Assignees
Milestone

Comments

@denizzzka
Copy link
Contributor

(низкая важность)

очень бы облегчила отладку прикладного софта возможность сделать комментарий в запросе:

{
"jsonrpc": "2.0",
"method": "заявки.create",
"params": [
  3, // это комментарий к аргументу
  4 /* комментарий другого формата -
        сложнее парсить, мне не пригождался,
        но если тоже будет то неплохо */
],
"id": 1
}

(это отступление от стандарта JSON - лучше опцией такое поведение иметь возможность выключать)

@NCrashed
Copy link

Для этого придется парсер JSON переделывать, а в vibe.data.json творится ад.

@denizzzka
Copy link
Contributor Author

а может полученный текст JSON предварительно парсить только на предмет каментов, а потом опять превращать в JSON?

@NCrashed
Copy link

Проверю на каком моменте можно перехватить

@denizzzka
Copy link
Contributor Author

ок. это не сильно важный тикет - необходимость камментов редка
но внезапна

@NCrashed NCrashed added this to the v0.1.2 milestone Jun 10, 2014
@NCrashed NCrashed self-assigned this Jun 10, 2014
@NCrashed NCrashed modified the milestones: v0.2.0, v0.1.2 Jun 10, 2014
@NCrashed NCrashed removed this from the v0.2.0 milestone Oct 16, 2014
@denizzzka denizzzka removed this from the v0.2.0 milestone Oct 16, 2014
@NCrashed NCrashed added this to the v2.1.0 milestone Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants