GentBG x PUSSTEEM - burning both STEEM and PUSS

Image
by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/gentbg-x-pussteem-burning-both-steem-and-puss Hello, this is @joviansummer(witness: @jswit), developer of GentBG project. I registered @gentbg account to PUSSTEEM about a week ago and donated some of my own PUSS token to @gentbg's EPUSS account. Now, @gentbg will burn STEEM and EPUSS at the same time. PUSSTEEM's boosting upvotes will help increasing baseline burning significantly. @gentbg's SP reward is delegate to @jsup to get automated upvotes, forming a baseline burning of liquid reward independent of other people's upvotes. Some may argue 100%(both liquid and SP reward) burning is much better, but I chose this approach to prevent @gentbg from becoming a spamming account. Constantly asking for upvotes via mentioning and commenting every week may eventually become a big annoyance to curators. That being said, anyone is welcome to participate in countering STEEM inflation by giving upvotes ...

수동으로 json 형식 파일을 만들 때 따옴표에 관한 주의점

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/6nac8a-json


json 형식은 파이썬의 딕셔너리(dict) 형식으로 가져와서 곧바로 활용 가능합니다. 관련 내용은 아래의 링크입니다.

파이썬에서 json 파일 읽기/쓰기 https://steemit.com/hive-141029/@joviansummer/json

따라서, 파이썬에서 딕셔너리로 작업하고 싶은 데이터를 json 파일로 만들어 두면 파이썬에서 읽어서 편리하게 활용할 수 있습니다.

json에서 키(key) 또는 값(value)이 문자열(string)일 경우에는(키는 문자열이고, 값은 문자열이 아닐 수도 있겠죠) 큰 따옴표(")로 묶어 주어야 합니다. 작은 따옴표(')는 안됩니다.

{ "my_key":"my_value", "my_number":123 }

만약 값이 문자열인데 해당 문자열에 큰 따옴표가 포함되어 있는 경우에는 역슬래시()로 처리해 주어야 합니다. 위의 예시에서 "my_key"에 대응하는 값인 my_value를 my_"value"라고 수정하고 싶다면 아래와 같이 되어야 합니다.

{ "my_key":"my_\"value\"", "my_number":123 }

Comments

Popular posts from this blog

스티미언의 영향력 지수 계산

jsup/avle code update - you don't have to write post everyday

jsup/avle 보팅 코드 갱신 - 1일1포스팅 강박에서 벗어나기