Use Ruby's Native JSON conversion rather than outputting a JSON string
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 1.2k
- Forks
- 242
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
i.e instead of:
``` ruby
body = " { \"a\": 123 }"
```
Do:
``` ruby
require 'json'
body = { a: 123 }.to_json
```
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- ruby
- Área
- tooling
- Tipo de issue
- Refactorización
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 38/100