Use Ruby's Native JSON conversion rather than outputting a JSON string
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 1.2k
- Forks
- 242
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
i.e instead of:
``` ruby
body = " { \"a\": 123 }"
```
Do:
``` ruby
require 'json'
body = { a: 123 }.to_json
```
Guia de contribuição
Direção de pesquisa
No files, tests, or entry points are named. Start by locating the Ruby snippet generator and its handling of request bodies, then compare its output with the examples in the issue. Done means Ruby snippets use native JSON conversion rather than manually formatted JSON strings.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- ruby
- Domínio
- tooling
- Tipo de issue
- Refatoração
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 38/100