How does JS format YAML (line feeds)?

for example:

name: xxx

version: 0.0.1

object:
    a: 1
    b: 2

array: 
    - 1
    - 2
Mar.02,2021

I don't understand. Do you want to convert a YAML into an object? There are tools that can be implemented.


js and yaml format conversion, you can use the node module js-yaml

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b380e2-2ae28.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b380e2-2ae28.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?